Skip to content

Commit 3e42b8c

Browse files
authored
Merge pull request go-git#1195 from digininja/master
Spelling mistake
2 parents 883c226 + 70bff14 commit 3e42b8c

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)