From 2c613b3837bba460488bb8c9a5a4ab1ad201f6e8 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Thu, 18 Feb 2021 20:36:10 +0100 Subject: [PATCH] Fix typo --- src/securejoin/bobstate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/securejoin/bobstate.rs b/src/securejoin/bobstate.rs index d55293380..e0dcc970a 100644 --- a/src/securejoin/bobstate.rs +++ b/src/securejoin/bobstate.rs @@ -117,7 +117,7 @@ impl<'a> BobStateHandle<'a> { /// allowing a new handshake to be started from [`Bob`]. /// /// Note that the state is only cleared on Drop since otherwise the invariant that the - /// state is always consistent is violated. However the "ongoing" prococess is released + /// state is always consistent is violated. However the "ongoing" process is released /// here a little bit earlier as this requires access to the Context, which we do not /// have on Drop (Drop can not run asynchronous code). Stopping the "ongoing" process /// will release [`securejoin`](super::securejoin) which in turn will finally free the