We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4494820 commit bad79f7Copy full SHA for bad79f7
src/libmongoc/tests/unified/runner.c
@@ -814,7 +814,7 @@ check_run_on_requirements (test_runner_t *test_runner,
814
*reason = NULL;
815
if (!requirements_satisfied) {
816
(*reason) =
817
- tmp_str ("runOnRequirements not satified:\n%s", fail_reasons->str);
+ tmp_str ("runOnRequirements not satisfied:\n%s", fail_reasons->str);
818
}
819
bson_string_free (fail_reasons, true);
820
return requirements_satisfied;
0 commit comments