Skip to content

Commit f40cf21

Browse files
authored
Merge pull request #949 from sebastic/spelling-errors
Fix spelling errors.
2 parents 41f6a15 + dd5bf26 commit f40cf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gazetteer-style.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void gazetteer_style_t::add_style_entry(std::string const &key,
170170
// prefix: works on empty key only
171171
if (key[key.size() - 1] == '*') {
172172
if (key.size() == 1) {
173-
throw std::runtime_error("Style error. Ambigious key '*'.");
173+
throw std::runtime_error("Style error. Ambiguous key '*'.");
174174
}
175175
if (!value.empty()) {
176176
throw std::runtime_error(

0 commit comments

Comments
 (0)