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