diff options
author | Robin Wood <robin@digi.ninja> | 2019-07-27 17:15:16 +0100 |
---|---|---|
committer | Robin Wood <robin@digi.ninja> | 2019-07-27 17:34:18 +0100 |
commit | 70bff14e55cf4758bc8afcb230c244adbf26aa08 (patch) | |
tree | 789e1dacd6cd82f639d1e734d35a5a4eac6a8e7a | |
parent | 1edb992dbc419a0767b1cf3a524b0d35529799f5 (diff) | |
download | go-git-70bff14e55cf4758bc8afcb230c244adbf26aa08.tar.gz |
Spelling mistake
Signed-off-by: Robin Wood <robin@digi.ninja>
-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) |