Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-oly committed May 23, 2024
2 parents 69aa913 + cd2d0d9 commit 097c277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion executors/cpp/coll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const string test_collator(json_object *json_in) {
cout << "# Error in making RuleBasedCollator: " << label_string << " : " << test_result << endl;

json_object_object_add(return_json,
"error", json_object_new_string("creat rule based collator"));
"error", json_object_new_string("create rule based collator"));
no_error = false;
}

Expand Down
2 changes: 1 addition & 1 deletion executors/cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int main(int argc, const char** argv) {
outputLine = test_likely_subtags(json_input);
} else if (test_type == "list_fmt") {
outputLine = test_list_fmt(json_input);
} else if (test_type == "lan1g_names") {
} else if (test_type == "lang_names") {
outputLine = test_langnames(json_input);
} else if (test_type == "plural_rules") {
outputLine = TestPluralRules(json_input);
Expand Down

0 comments on commit 097c277

Please sign in to comment.