diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2013-05-04 12:53:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:42:20 (GMT) |
commit | f57800d6f597ac812edb246b9b4cac2c8d238745 (patch) | |
tree | 9e45eed5ffef8da0f0d7904462b20da6b1bc9ad3 /Utilities | |
parent | bf019d765d3993ba265c990a6e3a2e53defe112c (diff) | |
download | CMake-f57800d6f597ac812edb246b9b4cac2c8d238745.zip CMake-f57800d6f597ac812edb246b9b4cac2c8d238745.tar.gz CMake-f57800d6f597ac812edb246b9b4cac2c8d238745.tar.bz2 |
Fix spelling and typos (product names)
API, Borland, MinGW, UNIX, Mac OS X.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmcurl/ssluse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/ssluse.c b/Utilities/cmcurl/ssluse.c index 14d05ac..6709278 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 |