diff --git a/src/ui/SnackBar.cpp b/src/ui/SnackBar.cpp
index 5daa697ed3dc1f3f24a2aeeda7fd3fc4eeaabcab..51a0ff384579455a470125264b8a1fb8ad5c72bb 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())