1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 13:46:38 +02:00

sed'd a few typos

This commit is contained in:
Adam
2011-08-06 18:05:16 -04:00
parent a6dd65f916
commit deb79e830d
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -157,7 +157,7 @@ void Channel::DeleteUser(User *user)
user->chans.erase(uit);
}
/* Channel is persistant, it shouldn't be deleted and the service bot should stay */
/* Channel is persistent, it shouldn't be deleted and the service bot should stay */
if (this->HasFlag(CH_PERSIST) || (this->ci && this->ci->HasFlag(CI_PERSIST)))
return;
@@ -309,7 +309,7 @@ void Channel::SetModeInternal(ChannelMode *cm, const Anope::string &param, bool
cml->OnAdd(this, param);
}
/* Channel mode +P or so was set, mark this channel as persistant */
/* Channel mode +P or so was set, mark this channel as persistent */
if (cm->Name == CMODE_PERM)
{
this->SetFlag(CH_PERSIST);