gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: fix typos


From: gnunet
Subject: [libmicrohttpd] branch master updated: fix typos
Date: Tue, 27 Apr 2021 23:25:09 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 8ee4e54f fix typos
8ee4e54f is described below

commit 8ee4e54f4f87ff4f161288180f0300d254a77c43
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Apr 27 23:23:00 2021 +0200

    fix typos
---
 src/include/microhttpd_ws.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/include/microhttpd_ws.h b/src/include/microhttpd_ws.h
index 915ca339..bfbd550a 100644
--- a/src/include/microhttpd_ws.h
+++ b/src/include/microhttpd_ws.h
@@ -64,7 +64,7 @@ enum MHD_WEBSOCKET_FLAG
    * All incoming payload must be unmasked.
    * Please note that this implementation doesn't use a strong random
    * number generator for the mask as suggested in RFC6455 10.3, because
-   * the main intention of this implemention is the use as server
+   * the main intention of this implementation is the use as server
    * with MHD, which doesn't need masking.
    * Instead a weak random number generator is used (`rand()`).
    * You can set the seed for the random number generator
@@ -470,7 +470,7 @@ enum MHD_WEBSOCKET_UTF8STEP
 * @brief Enumeration of validity values
 *
 * These values are used for #MHD_websocket_stream_is_valid()
-* and specifiy the validity status.
+* and specify the validity status.
 *
 * @ingroup websocket
 */
@@ -724,7 +724,7 @@ MHD_websocket_split_close_reason (const char*payload,
  *                     This can be NULL if payload_utf8_len is 0.
  * @param payload_utf8_len The length of the UTF-8 encoded text in bytes.
  * @param fragmentation A value of `enum MHD_WEBSOCKET_FRAGMENTATION`
- *                      to specifiy the fragmentation behavior.
+ *                      to specify the fragmentation behavior.
  *                      Specify MHD_WEBSOCKET_FRAGMENTATION_NONE
  *                      if you don't want to use fragmentation.
  * @param[out] frame This variable receives a buffer with the encoded frame.
@@ -767,7 +767,7 @@ MHD_websocket_encode_text (struct MHD_WebSocketStream*ws,
  * @param payload The binary data to send.
  * @param payload_len The length of the binary data in bytes.
  * @param fragmentation A value of `enum MHD_WEBSOCKET_FRAGMENTATION`
- *                      to specifiy the fragmentation behavior.
+ *                      to specify the fragmentation behavior.
  *                      Specify MHD_WEBSOCKET_FRAGMENTATION_NONE
  *                      if you don't want to use fragmentation.
  * @param[out] frame This variable receives a buffer with

-- 
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]