소스 검색

Fix spelling mistake in comment

Dave Cheney 10 년 전
부모
커밋
7efa461bd3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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