mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-12 08:40:27 +00:00
Fix spelling of log message: "channek" vs. "channel" ...
This commit is contained in:
parent
d09094812f
commit
3be9c477be
@ -1080,7 +1080,7 @@ Channel_CheckKey(CHANNEL *Chan, CLIENT *Client, const char *Key)
|
|||||||
return false;
|
return false;
|
||||||
fd = fopen(file_name, "r");
|
fd = fopen(file_name, "r");
|
||||||
if (!fd) {
|
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));
|
file_name, Chan->name, strerror(errno));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user