From deb79e830d524805703b3f30ab96df572595539a Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 6 Aug 2011 18:05:16 -0400 Subject: sed'd a few typos --- modules/commands/cs_clone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_clone.cpp') 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 */ -- cgit