File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ var (
128
128
129
129
// parseMeta extracts top-of-file metadata from the file contents b.
130
130
// If there is no metadata, parseMeta returns Page{}, b, nil.
131
- // Otherwise, the metdata is extracted, and parseMeta returns
131
+ // Otherwise, the metadata is extracted, and parseMeta returns
132
132
// the metadata and the remainder of the file.
133
133
// The end of the metadata is overwritten in b to preserve
134
134
// the correct number of newlines so that the line numbers in tail
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ import (
164
164
)
165
165
166
166
// HandlerWithCheck returns an http.Handler that responds to each request
167
- // by running the test script files mached by glob against the handler h.
167
+ // by running the test script files matched by glob against the handler h.
168
168
// If the tests pass, the returned http.Handler responds with status code 200.
169
169
// If they fail, it prints the details and responds with status code 503
170
170
// (service unavailable).
You can’t perform that action at this time.
0 commit comments