summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/urldata.h
diff options
context:
space:
mode:
authorAndreas Mohr <andim2@users.sourceforge.net>2012-11-07 16:13:09 (GMT)
committerBrad King <brad.king@kitware.com>2013-05-07 12:39:19 (GMT)
commitbf019d765d3993ba265c990a6e3a2e53defe112c (patch)
tree828aad55a12f323a8f69e0c4cdfcfe79b02112ec /Utilities/cmcurl/urldata.h
parentddac8d3d2d027dd50d729918078f57628855a568 (diff)
downloadCMake-bf019d765d3993ba265c990a6e3a2e53defe112c.zip
CMake-bf019d765d3993ba265c990a6e3a2e53defe112c.tar.gz
CMake-bf019d765d3993ba265c990a6e3a2e53defe112c.tar.bz2
Fix spelling and typos (non-binary)
Diffstat (limited to 'Utilities/cmcurl/urldata.h')
-rw-r--r--Utilities/cmcurl/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/urldata.h b/Utilities/cmcurl/urldata.h
index 9537ce3..46d956d 100644
--- a/Utilities/cmcurl/urldata.h
+++ b/Utilities/cmcurl/urldata.h
@@ -621,7 +621,7 @@ typedef CURLcode (*Curl_done_func)(struct connectdata *, CURLcode, bool);
* Store's request specific data in the easy handle (SessionHandle).
* Previously, these members were on the connectdata struct but since
* a conn struct may now be shared between different SessionHandles,
- * we store connection-specifc data here.
+ * we store connection-specific data here.
*
*/
struct HandleData {