Skip to content

Commit

Permalink
Fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nfedyashev authored and marlonbaeten committed Mar 13, 2023
1 parent 1de75ab commit f7afaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/mail_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::types::MailMessage;

#[derive(Clone, Debug)]
struct MailHandler {
// inetrnal broadcast queue
// internal broadcast queue
tx: Sender<MailMessage>,

// incoming message buffer
Expand Down

0 comments on commit f7afaa6

Please sign in to comment.