]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl.h: update comment typo
authorBrian Bergeron <brian.e.bergeron@gmail.com>
Wed, 22 Apr 2020 05:08:23 +0000 (22:08 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Apr 2020 06:14:35 +0000 (08:14 +0200)
"routines with be invoked" -> "routines will be invoked"

Closes #5279

include/curl/curl.h

index 00156a8b44d9d2a3db532ffb60731e000b21e3a5..11246ea3038d3493ac67c6150448ca98fb8be6fe 100644 (file)
@@ -2434,7 +2434,7 @@ CURL_EXTERN CURLcode curl_global_init(long flags);
  * initialize libcurl and set user defined memory management callback
  * functions.  Users can implement memory management routines to check for
  * memory leaks, check for mis-use of the curl library etc.  User registered
- * callback routines with be invoked by this library instead of the system
+ * callback routines will be invoked by this library instead of the system
  * memory management routines like malloc, free etc.
  */
 CURL_EXTERN CURLcode curl_global_init_mem(long flags,