Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocynicys committed Oct 16, 2023
1 parent 0d4e6ea commit 782ed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teos/src/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 782ed39

Please sign in to comment.