Skip to content

Commit

Permalink
Correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-e committed Oct 2, 2018
1 parent 4be5657 commit 1fe626f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release/src/utilities/web_utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ plaintext_string winrt_encryption::decrypt() const
win32_encryption::win32_encryption(const std::wstring &data) :
m_numCharacters(data.size())
{
// Early return because CryptProtectMemory crashs with empty string
// Early return because CryptProtectMemory crashes with empty string
if (m_numCharacters == 0)
{
return;
Expand Down

0 comments on commit 1fe626f

Please sign in to comment.