gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/08: mhd_str: fixed typos in doxy comments


From: gnunet
Subject: [libmicrohttpd] 01/08: mhd_str: fixed typos in doxy comments
Date: Mon, 25 Oct 2021 15:58:51 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 4e745237070588d8ceb90302865875723c3b5a2d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Oct 25 14:07:53 2021 +0300

    mhd_str: fixed typos in doxy comments
---
 src/microhttpd/mhd_str.c |  2 +-
 src/microhttpd/mhd_str.h | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c
index 3bbc6f42..473ff466 100644
--- a/src/microhttpd/mhd_str.c
+++ b/src/microhttpd/mhd_str.c
@@ -469,7 +469,7 @@ MHD_str_equal_caseless_bin_n_ (const char *const str1,
  * Token could be surrounded by spaces and tabs and delimited by comma.
  * Match succeed if substring between start, end (of string) or comma
  * contains only case-insensitive token and optional spaces and tabs.
- * @warning token must not contain null-charters except optional
+ * @warning token must not contain null-characters except optional
  *          terminating null-character.
  * @param str the string to check
  * @param token the token to find
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index 4a72e35e..43761e3a 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -125,7 +125,7 @@ MHD_str_equal_caseless_bin_n_ (const char *const str1,
  * Token could be surrounded by spaces and tabs and delimited by comma.
  * Match succeed if substring between start, end of string or comma
  * contains only case-insensitive token and optional spaces and tabs.
- * @warning token must not contain null-charters except optional
+ * @warning token must not contain null-characters except optional
  *          terminating null-character.
  * @param str the string to check
  * @param token the token to find
@@ -384,7 +384,7 @@ MHD_str_to_uvalue_n_ (const char *str,
  * @param val the value to convert
  * @param buf the buffer to result to
  * @param buf_size size of the @a buffer
- * @return number of charters has been put to the @a buf,
+ * @return number of characters has been put to the @a buf,
  *         zero if buffer is too small (buffer may be modified).
  */
 size_t
@@ -400,7 +400,7 @@ MHD_uint32_to_strx (uint32_t val,
  * @param val the value to convert
  * @param buf the buffer to result to
  * @param buf_size size of the @a buffer
- * @return number of charters has been put to the @a buf,
+ * @return number of characters has been put to the @a buf,
  *         zero if buffer is too small (buffer may be modified).
  */
 size_t
@@ -419,7 +419,7 @@ MHD_uint16_to_str (uint16_t val,
  * @param val the value to convert
  * @param buf the buffer to result to
  * @param buf_size size of the @a buffer
- * @return number of charters has been put to the @a buf,
+ * @return number of characters has been put to the @a buf,
  *         zero if buffer is too small (buffer may be modified).
  */
 size_t
@@ -440,7 +440,7 @@ MHD_uint64_to_str (uint64_t val,
  *                   valid values are 3, 2, 1, 0
  * @param buf the buffer to result to
  * @param buf_size size of the @a buffer
- * @return number of charters has been put to the @a buf,
+ * @return number of characters has been put to the @a buf,
  *         zero if buffer is too small (buffer may be modified).
  */
 size_t

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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