[fractal/fractal-next] session: Fix typos



commit c1100266ba7fc2f7f0991ef54021efa8d34630ea
Author: Kévin Commaille <zecakeh tedomum fr>
Date:   Tue Feb 8 16:12:35 2022 +0100

    session: Fix typos

 src/session/mod.rs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/session/mod.rs b/src/session/mod.rs
index eb91c29c3..38898962c 100644
--- a/src/session/mod.rs
+++ b/src/session/mod.rs
@@ -695,11 +695,11 @@ impl Session {
         let stack = &self.imp().stack;
         self.emit_by_name::<()>("logged-out", &[]);
 
-        debug!("The session is about to be logout");
+        debug!("The session is about to be logged out");
 
         // First stop the verification in progress
-        if let Some(session_verificiation) = stack.child_by_name("session-verification") {
-            stack.remove(&session_verificiation);
+        if let Some(session_verification) = stack.child_by_name("session-verification") {
+            stack.remove(&session_verification);
         }
 
         let client = self.client();


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