Skip to content

Commit

Permalink
typo in registered.rs (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
enaut authored Dec 30, 2024
1 parent 8b9af8e commit 3017e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presage/src/manager/registered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ impl<S: Store> Manager<S, Registered> {
}
}

/// Clears all sessions established wiht [recipient](ServiceId).
/// Clears all sessions established with [recipient](ServiceId).
pub async fn clear_sessions(&self, recipient: &ServiceId) -> Result<(), Error<S::Error>> {
use libsignal_service::session_store::SessionStoreExt;
self.store
Expand Down

0 comments on commit 3017e6a

Please sign in to comment.