aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
-rw-r--r--src/cadet/gnunet-service-cadet_tunnels.c2
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"],
398 [0], 398 [0],
399 [Not building the documentation])]) 399 [Not building the documentation])])
400 400
401# COMMENT: Check wether to transpile texinfo to mdoc. 401# COMMENT: Check whether to transpile texinfo to mdoc.
402# COMMENT: This is TRUE when --enable-texi2mdoc-generation 402# COMMENT: This is TRUE when --enable-texi2mdoc-generation
403# COMMENT: but ERRORS when texi2mdoc binary is missing in your $PATH 403# COMMENT: but ERRORS when texi2mdoc binary is missing in your $PATH
404# COMMENT: and makes the configure fail if it is missing. 404# COMMENT: and makes the configure fail if it is missing.
@@ -408,7 +408,7 @@ AS_IF([test "x$documentation" = "xyes"],
408# COMMENT: There are 2 nested AS_IFs because we need to catch the 408# COMMENT: There are 2 nested AS_IFs because we need to catch the
409# COMMENT: potential non-existence of the texi2mdoc binary. 409# COMMENT: potential non-existence of the texi2mdoc binary.
410# COMMENT: Default return value / setting: no 410# COMMENT: Default return value / setting: no
411AC_MSG_CHECKING(wether to include generated texi2mdoc output in installation) 411AC_MSG_CHECKING(whether to include generated texi2mdoc output in installation)
412AC_ARG_ENABLE([texi2mdoc-generation], 412AC_ARG_ENABLE([texi2mdoc-generation],
413 [AS_HELP_STRING([--enable-texi2mdoc-generation], 413 [AS_HELP_STRING([--enable-texi2mdoc-generation],
414 [include generated texi2mdoc output in installation])], 414 [include generated texi2mdoc output in installation])],
@@ -1667,7 +1667,7 @@ AC_MSG_RESULT($enable_benchmarks)
1667AM_CONDITIONAL([HAVE_BENCHMARKS], [test "x$enable_benchmarks" = "xyes"]) 1667AM_CONDITIONAL([HAVE_BENCHMARKS], [test "x$enable_benchmarks" = "xyes"])
1668 1668
1669# should gnunet-testing be compiled 1669# should gnunet-testing be compiled
1670AC_MSG_CHECKING(wether to compile gnunet-testing) 1670AC_MSG_CHECKING(whether to compile gnunet-testing)
1671AC_ARG_ENABLE([testing], 1671AC_ARG_ENABLE([testing],
1672 [AS_HELP_STRING([--disable-testing], [do not build gnunet-testing])], 1672 [AS_HELP_STRING([--disable-testing], [do not build gnunet-testing])],
1673 [enable_testing=${enableval}], 1673 [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)
1508/** 1508/**
1509 * Update our Axolotl key state based on the KX data we received. 1509 * Update our Axolotl key state based on the KX data we received.
1510 * Computes the new chain keys, and root keys, etc, and also checks 1510 * Computes the new chain keys, and root keys, etc, and also checks
1511 * wether this is a replay of the current chain. 1511 * whether this is a replay of the current chain.
1512 * 1512 *
1513 * @param[in|out] axolotl chain key state to recompute 1513 * @param[in|out] axolotl chain key state to recompute
1514 * @param pid peer identity of the other peer 1514 * @param pid peer identity of the other peer