aboutsummaryrefslogtreecommitdiff
path: root/src/os/path_windows_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/path_windows_test.go')
-rw-r--r--src/os/path_windows_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/path_windows_test.go b/src/os/path_windows_test.go
index b37cae52b3..0b5d7099f6 100644
--- a/src/os/path_windows_test.go
+++ b/src/os/path_windows_test.go
@@ -30,7 +30,7 @@ func TestAddExtendedPrefix(t *testing.T) {
// (256) and thus requires fixLongPath to be correctly interpreted in I/O syscalls.
veryLong := "l" + strings.Repeat("o", 500) + "ng"
for _, test := range []struct{ in, want string }{
- // Testcases use word subsitutions:
+ // Test cases use word substitutions:
// * "long" is replaced with a very long pathname
// * "c:" or "C:" are replaced with the drive of the current directory (preserving case)
// * "cwd" is replaced with the current directory