Skip to content

Commit 70bff14

Browse files
committed
Spelling mistake
Signed-off-by: Robin Wood <[email protected]>
1 parent 1edb992 commit 70bff14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/open/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func main() {
1414
CheckArgs("<path>")
1515
path := os.Args[1]
1616

17-
// We instanciate a new repository targeting the given path (the .git folder)
17+
// We instantiate a new repository targeting the given path (the .git folder)
1818
r, err := git.PlainOpen(path)
1919
CheckIfError(err)
2020

0 commit comments

Comments
 (0)