Browse Source

Fix spelling mistake in comment

Dave Cheney 10 năm trước cách đây
mục cha
commit
7efa461bd3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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