aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2019-08-16 22:09:10 +0200
committerGitHub <noreply@github.com>2019-08-16 22:09:10 +0200
commit3e42b8cd3f20dad073db846348418aa218c7d23c (patch)
tree4d03eeffc2e3632175846037c36ba32c57dcc41d
parent883c226587bef98b0e30cd9b0d424f4cb08ebbec (diff)
parent70bff14e55cf4758bc8afcb230c244adbf26aa08 (diff)
downloadgo-git-3e42b8cd3f20dad073db846348418aa218c7d23c.tar.gz
Merge pull request #1195 from digininja/master
Spelling mistake
-rw-r--r--_examples/open/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/open/main.go b/_examples/open/main.go
index dec183e..71c6b84 100644
--- a/_examples/open/main.go
+++ b/_examples/open/main.go
@@ -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)