diff options
author | Christian Oliff <[email protected]> | 2024-03-16 01:25:52 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-15 17:25:52 +0100 |
commit | 78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e (patch) | |
tree | 21d0d310785676b914035e5930e987540c494d8d /main_test.go | |
parent | 68d92ef9ddbb63340d71af0cb30e6fb7c4912c65 (diff) | |
download | hugo-78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e.tar.gz hugo-78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e.zip |
all: Typo fixes
Diffstat (limited to 'main_test.go')
-rw-r--r-- | main_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main_test.go b/main_test.go index 75f5ed949..9dd2734d2 100644 --- a/main_test.go +++ b/main_test.go @@ -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") |