replace wether with whether (thanks Efraim Flashner <efraim@flashner.co.il>)
authorng0 <ng0@n0.is>
Thu, 21 Nov 2019 19:27:16 +0000 (19:27 +0000)
committerng0 <ng0@n0.is>
Thu, 21 Nov 2019 19:27:16 +0000 (19:27 +0000)
configure.ac
src/cadet/gnunet-service-cadet_tunnels.c

index 673ea3b1396c5e1c380c7d8beb4b3a319bbe300b..451d30496428fdb8d1dc1589c14df5a3860ac53b 100644 (file)
@@ -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}],
index d7c7f278ea1165a7baa60bbb073c8f7dbe66feb8..a1098d7578b64f108d4f09b9ca56ee414836ac27 100644 (file)
@@ -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