summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorAndreas Mohr <andim2@users.sourceforge.net>2013-05-04 14:53:26 +0200
committerBrad King <brad.king@kitware.com>2013-05-07 08:42:20 -0400
commitf57800d6f597ac812edb246b9b4cac2c8d238745 (patch)
tree9e45eed5ffef8da0f0d7904462b20da6b1bc9ad3 /Utilities
parentbf019d765d3993ba265c990a6e3a2e53defe112c (diff)
downloadcmake-f57800d6f597ac812edb246b9b4cac2c8d238745.tar.gz
Fix spelling and typos (product names)
API, Borland, MinGW, UNIX, Mac OS X.
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/cmcurl/ssluse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/ssluse.c b/Utilities/cmcurl/ssluse.c
index 14d05ac658..6709278fa9 100644
--- a/Utilities/cmcurl/ssluse.c
+++ b/Utilities/cmcurl/ssluse.c
@@ -442,7 +442,7 @@ int cert_stuff(struct connectdata *conn,
failf(data, "no key set to load from crypto engine\n");
return 0;
}
- /* the typecast below was added to please mingw32 */
+ /* the typecast below was added to please MinGW32 */
priv_key = (EVP_PKEY *)
ENGINE_load_private_key(conn->data->state.engine,key_file,
#ifdef HAVE_ENGINE_LOAD_FOUR_ARGS