Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 7efa461

Browse files
committed
Fix spelling mistake in comment
1 parent 3612ec4 commit 7efa461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func (l location) Location() (string, int) {
103103
break
104104
}
105105
}
106-
// get back to 0 or trim the leading seperator
106+
// get back to 0 or trim the leading separator
107107
file = file[i+len(sep):]
108108

109109
return file, line

0 commit comments

Comments
 (0)