diff options
author | Brad King <brad.king@kitware.com> | 2014-10-08 20:39:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-29 20:43:37 (GMT) |
commit | 392a318862b49d9715de76108209558d2a60ce83 (patch) | |
tree | 4771942d16cde1dab4c5de1b4d655dfda8db100c /Utilities | |
parent | 1107eb3df8ed7beca97a01dd6615dbe253aaff7f (diff) | |
download | CMake-392a318862b49d9715de76108209558d2a60ce83.zip CMake-392a318862b49d9715de76108209558d2a60ce83.tar.gz CMake-392a318862b49d9715de76108209558d2a60ce83.tar.bz2 |
curl: Fix spelling errors reported by Lintian
Re-apply change from commit v2.8.3~265^2~1 (Fix spelling errors
reported by Lintian, 2010-07-02) on updated upstream curl.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmcurl/include/curl/multi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/include/curl/multi.h b/Utilities/cmcurl/include/curl/multi.h index 3c4acb0..10d6006 100644 --- a/Utilities/cmcurl/include/curl/multi.h +++ b/Utilities/cmcurl/include/curl/multi.h @@ -209,7 +209,7 @@ CURL_EXTERN CURLMcode curl_multi_cleanup(CURLM *multi_handle); * curl_multi_cleanup(). * * The 'CURLMsg' struct is meant to be very simple and only contain - * very basic informations. If more involved information is wanted, + * very basic information. If more involved information is wanted, * we will provide the particular "transfer handle" in that struct * and that should/could/would be used in subsequent * curl_easy_getinfo() calls (or similar). The point being that we |