Skip to content

Commit 7efa461

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)