aboutsummaryrefslogtreecommitdiff
path: root/src/path
diff options
context:
space:
mode:
authorshawnps <shawnpsmith@gmail.com>2017-01-07 08:23:11 -0800
committerIan Lance Taylor <iant@golang.org>2017-01-07 16:53:25 +0000
commit067bab00a80e028f1d7ce553b27aba2aa3e9675f (patch)
treeb81638335e93b794eab298a80866fa6478f349c1 /src/path
parent8fa2344e98aa0eb2ef5a401847a4b760e9d19418 (diff)
downloadgo-067bab00a80e028f1d7ce553b27aba2aa3e9675f.tar.xz
all: fix misspellings
Change-Id: I429637ca91f7db4144f17621de851a548dc1ce76 Reviewed-on: https://go-review.googlesource.com/34923 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/path')
-rw-r--r--src/path/filepath/symlink_windows.go2
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)