From cf3124c06399ed1eba8a33b017893d9bda28494c Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sun, 1 Apr 2012 20:50:04 +0200 Subject: fixed some typos --- modules/commands/os_reload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/os_reload.cpp') 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; -- cgit