diff options
author | Brad King <brad.king@kitware.com> | 2010-07-20 20:00:29 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-07-20 20:00:29 (GMT) |
commit | e1a4c02bac67f9420be0796712cc1da5985f7177 (patch) | |
tree | aef4e7e8d4b87402e6ce125ac8112ddb4666b9c3 /Utilities/cmcurl/curl/multi.h | |
parent | efb2c1e6957fa90420ef051d76a17f0b1230c901 (diff) | |
parent | 7739d786a42a2bbbab87df0c4f869ef8aecae767 (diff) | |
download | CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.zip CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.gz CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.bz2 |
Merge topic 'resolve/doc-spelling/CPackRPM'
7739d78 Merge CPackRPM changes into doc-spelling
9203e91 Fix spelling errors reported by Lintian.
Diffstat (limited to 'Utilities/cmcurl/curl/multi.h')
-rw-r--r-- | Utilities/cmcurl/curl/multi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/curl/multi.h b/Utilities/cmcurl/curl/multi.h index d253372..1b66747 100644 --- a/Utilities/cmcurl/curl/multi.h +++ b/Utilities/cmcurl/curl/multi.h @@ -181,7 +181,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 |