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

Commit

Permalink
Spelling mistake
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Wood <[email protected]>
  • Loading branch information
digininja committed Jul 27, 2019
1 parent 1edb992 commit 70bff14
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 70bff14

Please sign in to comment.