mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
[CI:DOCS] Fix spelling and typos
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user