aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.W32
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.W32')
-rw-r--r--INSTALL.W322
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.W32 b/INSTALL.W32
index 618a5107bb..b29e026e46 100644
--- a/INSTALL.W32
+++ b/INSTALL.W32
@@ -257,5 +257,5 @@
malloc(), free() and realloc() as the application. However there are many
standard library functions used by OpenSSL that call malloc() internally
(e.g. fopen()), and OpenSSL cannot change these; so in general you cannot
- rely on CYRPTO_malloc_init() solving your problem, and you should
+ rely on CRYPTO_malloc_init() solving your problem, and you should
consistently use the multithreaded library.