aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_memory.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-04-01 19:12:39 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-04-01 19:12:39 +0100
commita29a6c2ab5c597d37795c721998e24a46562ec4e (patch)
tree39f94ac6fa67181f608a1dd2c85d8b7066c172fc /lib/curl_memory.h
parent5bdb4c13c265836054de341ed15356fbbe69ead1 (diff)
curl_memory.h: Fixed typo in comment
From commit 7218b52c49.
Diffstat (limited to 'lib/curl_memory.h')
-rw-r--r--lib/curl_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_memory.h b/lib/curl_memory.h
index df26a203c..cbe3b272b 100644
--- a/lib/curl_memory.h
+++ b/lib/curl_memory.h
@@ -85,7 +85,7 @@
#ifndef CURL_DID_MEMORY_FUNC_TYPEDEFS /* only if not already done */
/*
- * The following memory funciton replacement typedef's are COPIED from
+ * The following memory function replacement typedef's are COPIED from
* curl/curl.h and MUST match the originals. We copy them to avoid having to
* include curl/curl.h here. We avoid that include since it includes stdio.h
* and other headers that may get messed up with defines done here.