Fix typo in comment

Change-Id: I9b24d324fd61f2f0d2e85a9d123778557e14d63c
Signed-off-by: VDavid003 <virag.david003@gmail.com>
diff --git a/gui/action.cpp b/gui/action.cpp
index ccb7e34..0216d84 100755
--- a/gui/action.cpp
+++ b/gui/action.cpp
@@ -974,7 +974,7 @@
 
 		gui_msg(Msg("screenshot_saved=Screenshot was saved to {1}")(path));
 
-		// blink to notify that the screenshow was taken
+		// blink to notify that the screenshot was taken
 		gr_color(255, 255, 255, 255);
 		gr_fill(0, 0, gr_fb_width(), gr_fb_height());
 		gr_flip();