Skip to content
Snippets Groups Projects
Commit 9f9c499c authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Fix typo

parent 299c486a
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ init()
WinToast::instance()->setAppName(L"Nheko");
WinToast::instance()->setAppUserModelId(WinToast::configureAUMI(L"nheko", L"nheko"));
if (!WinToast::instance()->initialize())
std::wcout << "Your system in not compatible with toast notifications\n";
std::wcout << "Your system is not compatible with toast notifications\n";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment