Skip to content

Commit bad79f7

Browse files
authored
fix typo (#969)
1 parent 4494820 commit bad79f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/tests/unified/runner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ check_run_on_requirements (test_runner_t *test_runner,
814814
*reason = NULL;
815815
if (!requirements_satisfied) {
816816
(*reason) =
817-
tmp_str ("runOnRequirements not satified:\n%s", fail_reasons->str);
817+
tmp_str ("runOnRequirements not satisfied:\n%s", fail_reasons->str);
818818
}
819819
bson_string_free (fail_reasons, true);
820820
return requirements_satisfied;

0 commit comments

Comments
 (0)