gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37024 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37024 - libmicrohttpd/src/microhttpd
Date: Mon, 11 Apr 2016 22:09:39 +0200

Author: Karlson2k
Date: 2016-04-11 22:09:39 +0200 (Mon, 11 Apr 2016)
New Revision: 37024

Modified:
   libmicrohttpd/src/microhttpd/mhd_str.c
   libmicrohttpd/src/microhttpd/mhd_str.h
Log:
mhd_str: fixed typo in comment

Modified: libmicrohttpd/src/microhttpd/mhd_str.c
===================================================================
--- libmicrohttpd/src/microhttpd/mhd_str.c      2016-04-11 20:07:39 UTC (rev 
37023)
+++ libmicrohttpd/src/microhttpd/mhd_str.c      2016-04-11 20:09:39 UTC (rev 
37024)
@@ -214,7 +214,7 @@
  * first @a maxlen characters.
  * @param str1 first string to compare
  * @param str2 second string to compare
- * @patam maxlen maximum number of characters to compare
+ * @param maxlen maximum number of characters to compare
  * @return non-zero if two strings are equal, zero otherwise.
  */
 int

Modified: libmicrohttpd/src/microhttpd/mhd_str.h
===================================================================
--- libmicrohttpd/src/microhttpd/mhd_str.h      2016-04-11 20:07:39 UTC (rev 
37023)
+++ libmicrohttpd/src/microhttpd/mhd_str.h      2016-04-11 20:09:39 UTC (rev 
37024)
@@ -52,7 +52,7 @@
  * first @a maxlen characters.
  * @param str1 first string to compare
  * @param str2 second string to compare
- * @patam maxlen maximum number of characters to compare
+ * @param maxlen maximum number of characters to compare
  * @return non-zero if two strings are equal, zero otherwise.
  */
 int




reply via email to

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