diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2019-08-16 22:09:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 22:09:10 +0200 |
commit | 3e42b8cd3f20dad073db846348418aa218c7d23c (patch) | |
tree | 4d03eeffc2e3632175846037c36ba32c57dcc41d | |
parent | 883c226587bef98b0e30cd9b0d424f4cb08ebbec (diff) | |
parent | 70bff14e55cf4758bc8afcb230c244adbf26aa08 (diff) | |
download | go-git-3e42b8cd3f20dad073db846348418aa218c7d23c.tar.gz |
Merge pull request #1195 from digininja/master
Spelling mistake
-rw-r--r-- | _examples/open/main.go | 2 |
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) |