aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-05-28 21:32:31 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-05-28 21:32:31 +0000
commit15eaf27bc7b4ad33af275b9cd0601ef19d54ac9c (patch)
tree1bfcb6d07017b6a284cd712e7889449156f33db8 /include
parentbf2277e26359676bec7c4d2a8205eda0bc0044e5 (diff)
Fixed a few comment typos (from the FreeBSD ports)
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 9c8cd40e0..2e164d923 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -186,7 +186,7 @@ typedef size_t (*curl_write_callback)(char *buffer,
size_t nitems,
void *outstream);
-/* this is the return codes for the seek callbacks */
+/* These are the return codes for the seek callbacks */
#define CURL_SEEKFUNC_OK 0
#define CURL_SEEKFUNC_FAIL 1 /* fail the entire transfer */
#define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so
@@ -1516,7 +1516,7 @@ CURL_EXTERN void curl_free(void *p);
* DESCRIPTION
*
* curl_global_init() should be invoked exactly once for each application that
- * uses libcurl and before any call of other libcurl function.
+ * uses libcurl and before any call of other libcurl functions.
*
* This function is not thread-safe!
*/