summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-06-22 20:29:47 +0800
committerGitHub <noreply@github.com>2020-06-22 20:29:47 +0800
commit751c0526d74491513986db53e242188441202419 (patch)
treee7ce7ec7845ab78e6e7f01653488e58b07bf11ac
parentFix m.relates_to being sent as 'null' when not set in encrypted messages. (diff)
downloadnheko-751c0526d74491513986db53e242188441202419.tar.xz
Correct a typo in SnackBar.cpp
-rw-r--r--src/ui/SnackBar.cpp2
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())