spelling: absolutely

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:22 -04:00
parent 653e4badeb
commit 09265704c0
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ std::string MSWindowsUtil::getErrorString(HINSTANCE hinstance, DWORD error, DWOR
This is a quick and dirty iterative CreateDirectory() wrapper that does zero This is a quick and dirty iterative CreateDirectory() wrapper that does zero
error checking. A much better cross-platform option exists in C++17 via error checking. A much better cross-platform option exists in C++17 via
std::filesystem. If/when the project is updated to use 17 this function should std::filesystem. If/when the project is updated to use 17 this function should
absolutley be replaced! absolutely be replaced!
*/ */