Fix spelling of log message: "channek" vs. "channel" ...

This commit is contained in:
Alexander Barton 2009-01-09 20:18:23 +01:00
parent d09094812f
commit 3be9c477be
1 changed files with 1 additions and 1 deletions

View 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;
}