From 782ed39eca02c31ef0ea70014e4fb2169e3bdb37 Mon Sep 17 00:00:00 2001 From: Omer Yacine Date: Sat, 14 Oct 2023 13:25:00 +0300 Subject: [PATCH] fix a typo --- teos/src/watcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teos/src/watcher.rs b/teos/src/watcher.rs index 512488cc..fd6ca6e4 100644 --- a/teos/src/watcher.rs +++ b/teos/src/watcher.rs @@ -418,7 +418,7 @@ impl Watcher { (!invalid_breaches.is_empty()).then_some(invalid_breaches) } - /// Ges the number of users currently registered with the tower. + /// Gets the number of users currently registered with the tower. pub(crate) async fn get_registered_users_count(&self) -> usize { self.gatekeeper.get_registered_users_count().await }