summaryrefslogtreecommitdiff
path: root/modules/commands/os_reload.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2012-04-01 20:50:04 +0200
committerDukePyrolator <DukePyrolator@anope.org>2012-04-01 20:50:04 +0200
commitcf3124c06399ed1eba8a33b017893d9bda28494c (patch)
tree9c23414217b03eed05bdf927b94c7c58d4b80fc0 /modules/commands/os_reload.cpp
parent12a6a27b52a3520c1f41a1d4d6b8e3ef25fafb23 (diff)
fixed some typos
Diffstat (limited to 'modules/commands/os_reload.cpp')
-rw-r--r--modules/commands/os_reload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_reload.cpp b/modules/commands/os_reload.cpp
index eec113c3e..8b7da60f9 100644
--- a/modules/commands/os_reload.cpp
+++ b/modules/commands/os_reload.cpp
@@ -37,7 +37,7 @@ class CommandOSReload : public Command
{
Config = old_config;
Log() << "Error reloading configuration file: " << ex.GetReason();
- source.Reply(_("Error reloading confguration file: ") + ex.GetReason());
+ source.Reply(_("Error reloading configuration file: ") + ex.GetReason());
}
return;