Correct a typo in SnackBar.cpp

This commit is contained in:
Felix Yan 2020-06-22 20:29:47 +08:00 committed by GitHub
parent c973fd759b
commit 751c0526d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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())