summaryrefslogtreecommitdiff
path: root/modules/commands/cs_info.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-01-27 14:36:32 -0500
committerAdam <Adam@anope.org>2013-01-30 10:39:52 -0500
commit594b1a136d8315c1e98555d659915e1ed2db716d (patch)
treeef6d18407d03e77cf09da4de1afa8b9cd8dd0a84 /modules/commands/cs_info.cpp
parentae46cc7f7320dd09de10b44e76340c45cbddd492 (diff)
Evidently Persistant is not a word
Diffstat (limited to 'modules/commands/cs_info.cpp')
-rw-r--r--modules/commands/cs_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp
index 8808ec628..c37a74dd5 100644
--- a/modules/commands/cs_info.cpp
+++ b/modules/commands/cs_info.cpp
@@ -92,7 +92,7 @@ class CommandCSInfo : public Command
else
CheckOptStr(optbuf, "SIGNKICK_LEVEL", _("Signed kicks"), ci, nc);
CheckOptStr(optbuf, "TOPICLOCK", _("Topic Lock"), ci, nc);
- CheckOptStr(optbuf, "PERSIST", _("Persistant"), ci, nc);
+ CheckOptStr(optbuf, "PERSIST", _("Persistent"), ci, nc);
CheckOptStr(optbuf, "NO_EXPIRE", _("No expire"), ci, nc);
CheckOptStr(optbuf, "STATS", _("Chanstats"), ci, nc);