mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Address some warnings and typos (#408)
This commit is contained in:
parent
2b6363f529
commit
591fc0af83
5 changed files with 5 additions and 5 deletions
|
@ -1311,7 +1311,7 @@ impl ClientWorker {
|
|||
// Remove the session.json file.
|
||||
std::fs::remove_file(&self.settings.session_json)?;
|
||||
|
||||
Ok(Some(InfoMessage::from("Sucessfully logged out")))
|
||||
Ok(Some(InfoMessage::from("Successfully logged out")))
|
||||
}
|
||||
|
||||
async fn direct_message(&mut self, user: OwnedUserId) -> IambResult<OwnedRoomId> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue