summaryrefslogtreecommitdiff
path: root/modules/commands/cs_register.cpp
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 /modules/commands/cs_register.cpp
parenta6dd65f916adbdd4edf6494a2d3ab2d94484189f (diff)
sed'd a few typos
Diffstat (limited to 'modules/commands/cs_register.cpp')
-rw-r--r--modules/commands/cs_register.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_register.cpp b/modules/commands/cs_register.cpp
index 117212519..41dfac063 100644
--- a/modules/commands/cs_register.cpp
+++ b/modules/commands/cs_register.cpp
@@ -82,7 +82,7 @@ class CommandCSRegister : public Command
c->RemoveMode(NULL, cm, u->nick);
}
- /* Mark the channel as persistant */
+ /* Mark the channel as persistent */
if (c->HasMode(CMODE_PERM))
ci->SetFlag(CI_PERSIST);
/* Persist may be in def cflags, set it here */