diff options
author | Felix Yan <felixonmars@archlinux.org> | 2020-06-22 20:29:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 20:29:47 +0800 |
commit | 751c0526d74491513986db53e242188441202419 (patch) | |
tree | e7ce7ec7845ab78e6e7f01653488e58b07bf11ac | |
parent | Fix m.relates_to being sent as 'null' when not set in encrypted messages. (diff) | |
download | nheko-751c0526d74491513986db53e242188441202419.tar.xz |
Correct a typo in SnackBar.cpp
-rw-r--r-- | src/ui/SnackBar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/SnackBar.cpp b/src/ui/SnackBar.cpp index 5daa697e..51a0ff38 100644 --- a/src/ui/SnackBar.cpp +++ b/src/ui/SnackBar.cpp @@ -63,7 +63,7 @@ SnackBar::hideMessage() // Moving on to the next message. messages_.pop_front(); - // Reseting the starting position of the widget. + // Resetting the starting position of the widget. offset_ = STARTING_OFFSET; if (!messages_.empty()) |