Fix spelling and double word

This commit is contained in:
Joao Eriberto Mota Filho 2022-10-01 12:46:38 -03:00 committed by WarmUpTill
parent ced1c7605a
commit 53bef18d15

View File

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