Fix typo in hacking guide: "no possible" -> "not possible" (#10905)

This commit is contained in:
nikolas 2018-11-23 13:01:50 -05:00 committed by Yu Watanabe
parent d3340e6f95
commit 1e268f423c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ policy is to keep tests in matching files underneath `src/test/`,
e.g. `src/test/test-path-util.c` contains tests for any functions in
`src/basic/path-util.c`. If adding a new source file, consider adding a matching
test executable. For features at a higher level, tests in `src/test/` are very
strongly recommended. If that is no possible, integration tests in `test/` are
strongly recommended. If that is not possible, integration tests in `test/` are
encouraged.
Please also have a look at our list of [code quality tools](CODE_QUALITY.md) we have setup for systemd,