Jelajahi Sumber

Fix spelling mistake in comment

Dave Cheney 10 tahun lalu
induk
melakukan
7efa461bd3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      errors.go

+ 1 - 1
errors.go

@@ -103,7 +103,7 @@ func (l location) Location() (string, int) {
 			break
 		}
 	}
-	// get back to 0 or trim the leading seperator
+	// get back to 0 or trim the leading separator
 	file = file[i+len(sep):]
 
 	return file, line