diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-01-04 18:49:10 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-01-04 18:49:10 +0100 |
commit | 1d15a509ddc7a4885c6e942d605dd17f082f4ee1 (patch) | |
tree | cbcb67ca1e79ed91d619a86192f0cba907ad80bb | |
parent | a3b8a9e036d325f2a285fcfe0461267b5a8302d1 (diff) |
progressfunc.c: spellfix description
-rw-r--r-- | docs/examples/progressfunc.c | 2 |
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> */ |