gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 238/264: curl.h: update comment typo


From: gnunet
Subject: [gnurl] 238/264: curl.h: update comment typo
Date: Thu, 30 Apr 2020 16:09:01 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit f807d163c9ed6d5e591a1af8e2a729b6ec4e5462
Author: Brian Bergeron <address@hidden>
AuthorDate: Tue Apr 21 22:08:23 2020 -0700

    curl.h: update comment typo
    
    "routines with be invoked" -> "routines will be invoked"
    
    Closes #5279
---
 include/curl/curl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/curl/curl.h b/include/curl/curl.h
index 00156a8b4..11246ea30 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]