all: Typo fixes

This commit is contained in:
Christian Oliff
2024-03-16 01:25:52 +09:00
committed by GitHub
parent 68d92ef9dd
commit 78178d0c2a
13 changed files with 20 additions and 20 deletions

View File

@@ -134,7 +134,7 @@ var commonTestScriptsParam = testscript.Params{
fmt.Fprintf(ts.Stdout(), "%s %04o %s %s\n", fi.Mode(), fi.Mode().Perm(), fi.ModTime().Format(time.RFC3339Nano), fi.Name())
}
},
// append appends to a file with a leaading newline.
// append appends to a file with a leading newline.
"append": func(ts *testscript.TestScript, neg bool, args []string) {
if len(args) < 2 {
ts.Fatalf("usage: append FILE TEXT")