Skip to content

Commit 4175246

Browse files
authored
Merge pull request #1048 from KisaragiEffective/patch-1
fix typo in config.cpp
2 parents d6dee58 + 629ad83 commit 4175246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ std::string Config::generateJsonString() const
163163
}
164164

165165
/**
166-
* Reads string containig JSON representation of configuration.
166+
* Reads string containing JSON representation of configuration.
167167
* If file can not be parsed, an instance of @c ParseException is thrown.
168168
* @param json JSON string.
169169
*/

0 commit comments

Comments
 (0)