aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/progress/main.go
diff options
context:
space:
mode:
Diffstat (limited to '_examples/progress/main.go')
-rw-r--r--_examples/progress/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/progress/main.go b/_examples/progress/main.go
index 357703c..074430f 100644
--- a/_examples/progress/main.go
+++ b/_examples/progress/main.go
@@ -22,7 +22,7 @@ func main() {
// as git does, when you make a clone, pull or some other operations the
// server sends information via the sideband, this information can being
- // collected provinding a io.Writer to the CloneOptions options
+ // collected providing a io.Writer to the CloneOptions options
Progress: os.Stdout,
})