diff options
Diffstat (limited to '_examples/context/main.go')
-rw-r--r-- | _examples/context/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/context/main.go b/_examples/context/main.go index 72885ff..f873055 100644 --- a/_examples/context/main.go +++ b/_examples/context/main.go @@ -9,7 +9,7 @@ import ( . "gopkg.in/src-d/go-git.v4/_examples" ) -// Gracefull cancellation example of a basic git operation such as Clone. +// Graceful cancellation example of a basic git operation such as Clone. func main() { CheckArgs("<url>", "<directory>") url := os.Args[1] |