diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curlver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h index db186ce07..a398b0bc1 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -39,7 +39,7 @@ #define LIBCURL_VERSION_PATCH 0 /* This is the numeric version of the libcurl version number, meant for easier - parsing and comparions by programs. The LIBCURL_VERSION_NUM define will + parsing and comparisons by programs. The LIBCURL_VERSION_NUM define will always follow this syntax: 0xXXYYZZ |