aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-21 19:27:16 +0000
committerng0 <ng0@n0.is>2019-11-21 19:27:16 +0000
commit03a358ed1cbd4acae23d7410df15bc7b1b78650e (patch)
tree9fa00f9a3e3281c52e82fcbbd1fd96bdad12fabc /src
parent029a42364a00e5d840600df015ea03ad51cf94bc (diff)
downloadgnunet-03a358ed1cbd4acae23d7410df15bc7b1b78650e.tar.gz
gnunet-03a358ed1cbd4acae23d7410df15bc7b1b78650e.zip
replace wether with whether (thanks Efraim Flashner <efraim@flashner.co.il>)
Diffstat (limited to 'src')
-rw-r--r--src/cadet/gnunet-service-cadet_tunnels.c2
1 files changed, 1 insertions, 1 deletions
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