1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 04:06:41 +02:00

Misc grammar fixes.

This commit is contained in:
Sadie Powell
2023-12-17 19:32:45 +00:00
parent 8e2fa4acdb
commit b84b1d8166
19 changed files with 50 additions and 50 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ void Channel::SetModeInternal(MessageSource &setter, ChannelMode *ocm, const Ano
if (param.empty() && cm->type != MODE_REGULAR)
{
Log() << "Channel::SetModeInternal() mode " << cm->mchar << " for " << this->name << " with no paramater, but is a param mode";
Log() << "Channel::SetModeInternal() mode " << cm->mchar << " for " << this->name << " with no parameter, but is a param mode";
return;
}