summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-06 18:05:16 -0400
committerAdam <Adam@anope.org>2011-08-06 18:05:16 -0400
commitdeb79e830d524805703b3f30ab96df572595539a (patch)
treefd1cee0285ebe1c99fff581691c3d255072ef496 /src
parenta6dd65f916adbdd4edf6494a2d3ab2d94484189f (diff)
sed'd a few typos
Diffstat (limited to 'src')
-rw-r--r--src/channels.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 17ed8a629..bc9aa0858 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -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);