diff options
Diffstat (limited to 'src/configimpl.h')
-rw-r--r-- | src/configimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configimpl.h b/src/configimpl.h index 4906391..9e737a7 100644 --- a/src/configimpl.h +++ b/src/configimpl.h @@ -116,7 +116,7 @@ class ConfigInfo : public ConfigOption void substEnvVars() {} }; -/** Class respresenting a list type option. +/** Class representing a list type option. */ class ConfigList : public ConfigOption { |