summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-07-20 20:00:29 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-07-20 20:00:29 (GMT)
commite1a4c02bac67f9420be0796712cc1da5985f7177 (patch)
treeaef4e7e8d4b87402e6ce125ac8112ddb4666b9c3 /Utilities
parentefb2c1e6957fa90420ef051d76a17f0b1230c901 (diff)
parent7739d786a42a2bbbab87df0c4f869ef8aecae767 (diff)
downloadCMake-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')
-rw-r--r--Utilities/cmcurl/curl/multi.h2
-rw-r--r--Utilities/cmcurl/url.c2
2 files changed, 2 insertions, 2 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
diff --git a/Utilities/cmcurl/url.c b/Utilities/cmcurl/url.c
index 3f4a4c3..da12231 100644
--- a/Utilities/cmcurl/url.c
+++ b/Utilities/cmcurl/url.c
@@ -3983,7 +3983,7 @@ static CURLcode SetupConnection(struct connectdata *conn,
conn->bits.tcpconnect = FALSE;
/* if the connection was closed by the server while exchanging
- authentication informations, retry with the new set
+ authentication information, retry with the new set
authentication information */
if(conn->bits.proxy_connect_closed) {
/* reset the error buffer */