Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1195 from digininja/master
Browse files Browse the repository at this point in the history
Spelling mistake
  • Loading branch information
mcuadros authored Aug 16, 2019
2 parents 883c226 + 70bff14 commit 3e42b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/open/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func main() {
CheckArgs("<path>")
path := os.Args[1]

// We instanciate a new repository targeting the given path (the .git folder)
// We instantiate a new repository targeting the given path (the .git folder)
r, err := git.PlainOpen(path)
CheckIfError(err)

Expand Down

0 comments on commit 3e42b8c

Please sign in to comment.