]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Fix spelling of log message: "channek" vs. "channel" ... ChannelKeyFile
authorAlexander Barton <alex@barton.de>
Fri, 9 Jan 2009 19:18:23 +0000 (20:18 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 20 Jan 2009 16:20:30 +0000 (17:20 +0100)
src/ngircd/channel.c

index 8408ccb8006d783da5d63cb0de720a7649ccd213..0a1ba4552b59b1043b988fe9d316f3b184815075 100644 (file)
@@ -1080,7 +1080,7 @@ Channel_CheckKey(CHANNEL *Chan, CLIENT *Client, const char *Key)
                return false;
        fd = fopen(file_name, "r");
        if (!fd) {
-               Log(LOG_ERR, "Can't open channek key file \"%s\" for %s: %s",
+               Log(LOG_ERR, "Can't open channel key file \"%s\" for %s: %s",
                    file_name, Chan->name, strerror(errno));
                return false;
        }