refactor: fix spelling of "suppress"

This commit is contained in:
Paul Makles
2024-06-26 19:48:42 +01:00
parent d9cfc9d0e1
commit ce20e689cc
2 changed files with 3 additions and 3 deletions

View File

@@ -353,7 +353,7 @@ auto_derived!(
#[repr(u32)]
pub enum MessageFlags {
/// Message will not send push / desktop notifications
SupressNotifications = 1,
SuppressNotifications = 1,
}
);