diff options
Diffstat (limited to 'modules/commands/cs_info.cpp')
-rw-r--r-- | modules/commands/cs_info.cpp | 2 |
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); |