8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00

Fixed typo. Thanks to Adriano.

This commit is contained in:
Vlad Khorsun 2022-06-20 14:03:05 +03:00
parent d0e33f118a
commit 1ce283a004

View File

@ -625,7 +625,7 @@ private:
if (!CreateWellKnownSid(WinWorldSid, NULL, &sid, &cbSid))
raiseError("CreateWellKnownSid");
// Create security desctriptor which allows generic access to the just created SID
// Create security descriptor which allows generic access to the just created SID
SECURITY_ATTRIBUTES sa;
RtlSecureZeroMemory(&sa, sizeof(sa));