From 53bef18d15b5773c2011762d44a1b3c2978d3ed2 Mon Sep 17 00:00:00 2001 From: Joao Eriberto Mota Filho Date: Sat, 1 Oct 2022 12:46:38 -0300 Subject: [PATCH] Fix spelling and double word --- src/utils/screenshot-helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/screenshot-helper.cpp b/src/utils/screenshot-helper.cpp index 47370be1..c38e71e4 100644 --- a/src/utils/screenshot-helper.cpp +++ b/src/utils/screenshot-helper.cpp @@ -139,7 +139,7 @@ void ScreenshotHelper::WriteToFile() _path.c_str()); } else { blog(LOG_WARNING, - "Failed to save screenshot to to \"%s\"!\nMaybe unkown format?", + "Failed to save screenshot to \"%s\"!\nMaybe unknown format?", _path.c_str()); } });