Commit Diff
Diff:
d09094812f5a8998e779fd75d265396486878117
3be9c477be674228c86378e017a70bf49acf06a4
Commit:
3be9c477be674228c86378e017a70bf49acf06a4
Tree:
0ea9cceb3a5edb2c42f3105149d0ea7605487f75
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Tue Jan 20 16:20:30 2009 UTC
Message:
Fix spelling of log message: "channek" vs. "channel" ...
blob - 8408ccb8006d783da5d63cb0de720a7649ccd213
blob + 0a1ba4552b59b1043b988fe9d316f3b184815075
--- src/ngircd/channel.c
+++ src/ngircd/channel.c
@@ -1080,7 +1080,7 @@ Channel_CheckKey(CHANNEL *Chan, CLIENT *Client, const
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;
}
IRCNow