[CI:DOCS] Fix spelling and typos

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
Erik Sjölund
2022-11-19 16:20:43 +01:00
parent cea9340242
commit 72966a32cd
19 changed files with 32 additions and 32 deletions

View File

@ -229,7 +229,7 @@ func extractFirstWord(in string, separators string, flags SplitFlags) (string, s
backslash := false // whether we've just seen a backslash
// The string handling in this function is a bit weird, using
// 0 bytes to mark end-of-string. This is because its a direct
// 0 bytes to mark end-of-string. This is because it is a direct
// conversion of the C in systemd, and w want to ensure
// exactly the same behaviour of some complex code