File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -911,7 +911,7 @@ func (ts *TestScript) Check(err error) {
911
911
}
912
912
913
913
// Stdout returns an io.Writer that can be used by a user-supplied builtin
914
- // command (delcared via Params.Cmds) to write to stdout. If this method is
914
+ // command (declared via Params.Cmds) to write to stdout. If this method is
915
915
// called outside of the execution of a user-supplied builtin command, the
916
916
// call panics.
917
917
func (ts * TestScript ) Stdout () io.Writer {
@@ -923,7 +923,7 @@ func (ts *TestScript) Stdout() io.Writer {
923
923
}
924
924
925
925
// Stderr returns an io.Writer that can be used by a user-supplied builtin
926
- // command (delcared via Params.Cmds) to write to stderr. If this method is
926
+ // command (declared via Params.Cmds) to write to stderr. If this method is
927
927
// called outside of the execution of a user-supplied builtin command, the
928
928
// call panics.
929
929
func (ts * TestScript ) Stderr () io.Writer {
@@ -1209,7 +1209,7 @@ func (ts *TestScript) MkAbs(file string) string {
1209
1209
}
1210
1210
1211
1211
// ReadFile returns the contents of the file with the
1212
- // given name, intepreted relative to the test script's
1212
+ // given name, interpreted relative to the test script's
1213
1213
// current directory. It interprets "stdout" and "stderr" to
1214
1214
// mean the standard output or standard error from
1215
1215
// the most recent exec or wait command respectively.
You can’t perform that action at this time.
0 commit comments