diff options
author | Kai Wasserbäch <debian@carbon-project.org> | 2010-07-02 14:58:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-07-13 13:41:37 (GMT) |
commit | 9203e9187ec3c0ada49af953c3ec1a1f9190cf45 (patch) | |
tree | 4142047233017dc6bf899533b4ba3c38ab5d1cb6 /Utilities/cmcurl/curl | |
parent | f9116d0225f0c96a20b508510cffb621e116ac28 (diff) | |
download | CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.zip CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.tar.gz CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.tar.bz2 |
Fix spelling errors reported by Lintian.
During a Lintian run on the binary packages of CMake in Debian I was
notified of many spelling mistakes.
Diffstat (limited to 'Utilities/cmcurl/curl')
-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 |