all: fix typos (#19634)

This commit is contained in:
Turiiya 2023-10-23 20:21:15 +02:00 committed by GitHub
parent 407adaa3c1
commit 9051ac8921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
108 changed files with 235 additions and 214 deletions

View file

@ -59,7 +59,7 @@ fn main() {
Prints lines periodically (-period_ms), to stdout/stderr (-target).
After a while (-timeout_ms), exit with (-exitcode).
This program is useful for platform independent testing
of child process/standart input/output control.
of child process/standard input/output control.
It is used in V's `os` module tests.
")
return

View file

@ -15,7 +15,7 @@ fn funky()
- bar
# test
########### deep test
#a shouldnt have a newline test
#a shouldn't have a newline test
| foo bar | yes |
|-----------|--------|

View file

@ -12,7 +12,7 @@
// - bar
// # test
// ########### deep test
// #a shouldnt have a newline
// #a shouldn't have a newline
// test
//
// | foo bar | yes |