summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index e02cf0157..d8ef07695 100644
--- a/include/config.h
+++ b/include/config.h
@@ -165,7 +165,7 @@ namespace Configuration
class ConfigException : public CoreException
{
public:
- /** Default constructor, just uses the error mesage 'Config threw an exception'.
+ /** Default constructor, just uses the error message 'Config threw an exception'.
*/
ConfigException() : CoreException("Config threw an exception", "Config Parser") { }
/** This constructor can be used to specify an error message before throwing.