aboutsummaryrefslogtreecommitdiff
path: root/lib/non-ascii.h
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2011-04-20 15:23:57 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-04-20 15:23:57 +0200
commit9039d19f01f2d201dd4dfeac5a81753c82c72147 (patch)
tree992d235675c65403ab97a9639dcc04138068a343 /lib/non-ascii.h
parentc828646f60b5bffb2bfcf924eba36da767bf08bf (diff)
CURL_DOES_CONVERSIONS: fixes
Made it compile and work again after the code move.
Diffstat (limited to 'lib/non-ascii.h')
-rw-r--r--lib/non-ascii.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/non-ascii.h b/lib/non-ascii.h
index cccb11f25..89899bedd 100644
--- a/lib/non-ascii.h
+++ b/lib/non-ascii.h
@@ -26,7 +26,7 @@
#include "urldata.h"
/*
- * Curl_convertclone() returns a malloced copy of the source string (if
+ * Curl_convert_clone() returns a malloced copy of the source string (if
* returning CURLE_OK), with the data converted to network format.
*
* If no conversion was needed *outbuf may be NULL.