gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: replace wether with whether (thanks Efra


From: gnunet
Subject: [gnunet] branch master updated: replace wether with whether (thanks Efraim Flashner <address@hidden>)
Date: Thu, 21 Nov 2019 20:30:55 +0100

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 03a358ed1 replace wether with whether (thanks Efraim Flashner 
<address@hidden>)
03a358ed1 is described below

commit 03a358ed1cbd4acae23d7410df15bc7b1b78650e
Author: ng0 <address@hidden>
AuthorDate: Thu Nov 21 19:27:16 2019 +0000

    replace wether with whether (thanks Efraim Flashner <address@hidden>)
---
 configure.ac                             | 6 +++---
 src/cadet/gnunet-service-cadet_tunnels.c | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 673ea3b13..451d30496 100644
--- a/configure.ac
+++ b/configure.ac
@@ -398,7 +398,7 @@ AS_IF([test "x$documentation" = "xyes"],
                  [0],
                  [Not building the documentation])])
 
-# COMMENT: Check wether to transpile texinfo to mdoc.
+# COMMENT: Check whether to transpile texinfo to mdoc.
 # COMMENT: This is TRUE when --enable-texi2mdoc-generation
 # COMMENT: but ERRORS when texi2mdoc binary is missing in your $PATH
 # COMMENT: and makes the configure fail if it is missing.
@@ -408,7 +408,7 @@ AS_IF([test "x$documentation" = "xyes"],
 # COMMENT: There are 2 nested AS_IFs because we need to catch the
 # COMMENT: potential non-existence of the texi2mdoc binary.
 # COMMENT: Default return value / setting: no
-AC_MSG_CHECKING(wether to include generated texi2mdoc output in installation)
+AC_MSG_CHECKING(whether to include generated texi2mdoc output in installation)
 AC_ARG_ENABLE([texi2mdoc-generation],
               [AS_HELP_STRING([--enable-texi2mdoc-generation],
                               [include generated texi2mdoc output in 
installation])],
@@ -1667,7 +1667,7 @@ AC_MSG_RESULT($enable_benchmarks)
 AM_CONDITIONAL([HAVE_BENCHMARKS], [test "x$enable_benchmarks" = "xyes"])
 
 # should gnunet-testing be compiled
-AC_MSG_CHECKING(wether to compile gnunet-testing)
+AC_MSG_CHECKING(whether to compile gnunet-testing)
 AC_ARG_ENABLE([testing],
    [AS_HELP_STRING([--disable-testing], [do not build gnunet-testing])],
    [enable_testing=${enableval}],
diff --git a/src/cadet/gnunet-service-cadet_tunnels.c 
b/src/cadet/gnunet-service-cadet_tunnels.c
index d7c7f278e..a1098d757 100644
--- a/src/cadet/gnunet-service-cadet_tunnels.c
+++ b/src/cadet/gnunet-service-cadet_tunnels.c
@@ -1508,7 +1508,7 @@ cleanup_ax (struct CadetTunnelAxolotl *ax)
 /**
  * Update our Axolotl key state based on the KX data we received.
  * Computes the new chain keys, and root keys, etc, and also checks
- * wether this is a replay of the current chain.
+ * whether this is a replay of the current chain.
  *
  * @param[in|out] axolotl chain key state to recompute
  * @param pid peer identity of the other peer

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



reply via email to

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