Skip to content

Commit cff3725

Browse files
ri7116targos
authored andcommitted
doc: fix typo in test/common/README.md
Corrects the misspelling of "unmask" to "umask" PR-URL: #59180 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 31a9283 commit cff3725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ several other tasks:
1414
don't accidentally pollute the global namespace.
1515

1616
* Some tests assume a default umask of `0o022`. To enforce this assumption,
17-
the common module sets the unmask at startup. Tests that require a
17+
the common module sets the umask at startup. Tests that require a
1818
different umask can override this setting after loading the module.
1919

2020
* Some tests specify runtime flags (example, `--expose-internals`) via a

0 commit comments

Comments
 (0)