Skip to content

Commit 1fe626f

Browse files
committed
Correct spelling mistake
1 parent 4be5657 commit 1fe626f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/src/utilities/web_utilities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ plaintext_string winrt_encryption::decrypt() const
9292
win32_encryption::win32_encryption(const std::wstring &data) :
9393
m_numCharacters(data.size())
9494
{
95-
// Early return because CryptProtectMemory crashs with empty string
95+
// Early return because CryptProtectMemory crashes with empty string
9696
if (m_numCharacters == 0)
9797
{
9898
return;

0 commit comments

Comments
 (0)