aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/progressfunc.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-01-04 18:49:10 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-01-04 18:49:10 +0100
commit1d15a509ddc7a4885c6e942d605dd17f082f4ee1 (patch)
treecbcb67ca1e79ed91d619a86192f0cba907ad80bb /docs/examples/progressfunc.c
parenta3b8a9e036d325f2a285fcfe0461267b5a8302d1 (diff)
progressfunc.c: spellfix description
Diffstat (limited to 'docs/examples/progressfunc.c')
-rw-r--r--docs/examples/progressfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/progressfunc.c b/docs/examples/progressfunc.c
index 9789762e0..b1adf3c83 100644
--- a/docs/examples/progressfunc.c
+++ b/docs/examples/progressfunc.c
@@ -20,7 +20,7 @@
*
***************************************************************************/
/* <DESC>
- * Use the progress callbacks, old and/or new one depending on avaiable
+ * Use the progress callbacks, old and/or new one depending on available
* libcurl version.
* </DESC>
*/