diff options
Diffstat (limited to 'src/path')
| -rw-r--r-- | src/path/filepath/symlink_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/filepath/symlink_windows.go b/src/path/filepath/symlink_windows.go index bb05aabc92..f771fe3a8a 100644 --- a/src/path/filepath/symlink_windows.go +++ b/src/path/filepath/symlink_windows.go @@ -47,7 +47,7 @@ func baseIsDotDot(path string) bool { return path[i+1:] == ".." } -// toNorm returns the normalized path that is guranteed to be unique. +// toNorm returns the normalized path that is guaranteed to be unique. // It should accept the following formats: // * UNC paths (e.g \\server\share\foo\bar) // * absolute paths (e.g C:\foo\bar) |
