summaryrefslogtreecommitdiff
path: root/modules/commands/os_reload.cpp
diff options
context:
space:
mode:
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;