[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 05/05: mhd_str: fixed typo in a comment
From: |
gnunet |
Subject: |
[libmicrohttpd] 05/05: mhd_str: fixed typo in a comment |
Date: |
Sun, 13 Jun 2021 20:55:26 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 1afe8c4a35429773393dc03d1bddfad48e4afaa7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Jun 13 20:54:11 2021 +0300
mhd_str: fixed typo in a comment
---
src/microhttpd/mhd_str.c | 2 +-
src/microhttpd/mhd_str.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c
index c0218bca..eea2500b 100644
--- a/src/microhttpd/mhd_str.c
+++ b/src/microhttpd/mhd_str.c
@@ -336,7 +336,7 @@ toxdigitvalue (char c)
#ifndef MHD_FAVOR_SMALL_CODE
/**
- * Check two string for equality, ignoring case of US-ASCII letters.
+ * Check two strings for equality, ignoring case of US-ASCII letters.
*
* @param str1 first string to compare
* @param str2 second string to compare
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index 25eeb05e..80f3f975 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -52,7 +52,7 @@
#ifndef MHD_FAVOR_SMALL_CODE
/**
- * Check two string for equality, ignoring case of US-ASCII letters.
+ * Check two strings for equality, ignoring case of US-ASCII letters.
* @param str1 first string to compare
* @param str2 second string to compare
* @return non-zero if two strings are equal, zero otherwise.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.