From 067bab00a80e028f1d7ce553b27aba2aa3e9675f Mon Sep 17 00:00:00 2001 From: shawnps Date: Sat, 7 Jan 2017 08:23:11 -0800 Subject: all: fix misspellings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I429637ca91f7db4144f17621de851a548dc1ce76 Reviewed-on: https://go-review.googlesource.com/34923 Reviewed-by: Ian Lance Taylor Reviewed-by: Daniel Martí Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- src/path/filepath/symlink_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path') 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) -- cgit v1.3