]> granicus.if.org Git - curl/commitdiff
curl_memory.h: Fixed typo in comment
authorSteve Holme <steve_holme@hotmail.com>
Fri, 1 Apr 2016 18:12:39 +0000 (19:12 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 1 Apr 2016 18:12:39 +0000 (19:12 +0100)
From commit 7218b52c49.

lib/curl_memory.h

index df26a203c25c7fff0258b4bcd8f78cbad483bbf8..cbe3b272bba011f6fd5abeefd9c5e20592b5b2ec 100644 (file)
@@ -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.