From 2034a41934a4c5d498bd752e7b3753af5bc1b324 Mon Sep 17 00:00:00 2001 From: VDavid003 Date: Fri, 18 Oct 2019 22:43:20 +0200 Subject: Fix typo in comment Change-Id: I9b24d324fd61f2f0d2e85a9d123778557e14d63c Signed-off-by: VDavid003 --- gui/action.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/action.cpp b/gui/action.cpp index ccb7e344e..0216d849e 100755 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -974,7 +974,7 @@ int GUIAction::screenshot(std::string arg __unused) 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(); -- cgit v1.2.3