瀏覽代碼

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