diff --git a/src/config/config.cpp b/src/config/config.cpp index 9d42ce206..9bdd559e2 100644 --- a/src/config/config.cpp +++ b/src/config/config.cpp @@ -163,7 +163,7 @@ std::string Config::generateJsonString() const } /** - * Reads string containig JSON representation of configuration. + * Reads string containing JSON representation of configuration. * If file can not be parsed, an instance of @c ParseException is thrown. * @param json JSON string. */