diff options
author | Brad Hards <bradh@frogmouth.net> | 2010-12-19 10:22:44 +1100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-12-21 22:39:56 +0100 |
commit | f37d681166053a25af9e1427ffe87c5ed67f0ab3 (patch) | |
tree | d9cbb3f5a64aa27cdc5af00b2350cd101bd9281b /lib/curlx.h | |
parent | 30bd7427eaeaaa771cb94cb130df72389743acb2 (diff) | |
download | curl-f37d681166053a25af9e1427ffe87c5ed67f0ab3.tar.gz |
Typo fixes.
Diffstat (limited to 'lib/curlx.h')
-rw-r--r-- | lib/curlx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curlx.h b/lib/curlx.h index 2b7fec58a..a1df66902 100644 --- a/lib/curlx.h +++ b/lib/curlx.h @@ -89,7 +89,7 @@ #ifdef ENABLE_CURLX_PRINTF /* If this define is set, we define all "standard" printf() functions to use - the curlx_* version instead. It makes the source code transparant and + the curlx_* version instead. It makes the source code transparent and easier to understand/patch. Undefine them first in case _MPRINTF_REPLACE is set. */ # undef printf |