aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/tag/main.go
diff options
context:
space:
mode:
Diffstat (limited to '_examples/tag/main.go')
-rw-r--r--_examples/tag/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/tag/main.go b/_examples/tag/main.go
index 1e6212b..93192b0 100644
--- a/_examples/tag/main.go
+++ b/_examples/tag/main.go
@@ -15,7 +15,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)