From 751c0526d74491513986db53e242188441202419 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 22 Jun 2020 20:29:47 +0800 Subject: [PATCH] Correct a typo in SnackBar.cpp --- src/ui/SnackBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())