Juan Lang : crypt32: Fix comment typo.
Module: wine Branch: master Commit: ea81720f8f7279fcad5c406c4c6523623b053361 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ea81720f8f7279fcad5c406c4c... Author: Juan Lang <juan.lang(a)gmail.com> Date: Wed Nov 12 20:37:15 2008 -0800 crypt32: Fix comment typo. --- dlls/crypt32/object.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/crypt32/object.c b/dlls/crypt32/object.c index 596c8e3..b31576c 100644 --- a/dlls/crypt32/object.c +++ b/dlls/crypt32/object.c @@ -1547,7 +1547,7 @@ static BOOL WINAPI CRYPT_FormatCRLDistPoints(DWORD dwCertEncodingType, bytesNeeded += strlenW(rdnName) * sizeof(WCHAR); bytesNeeded += strlenW(nameSep) * sizeof(WCHAR); /* The indent level (3) is higher than when used as the issuer, - * because the name is suppordinate to the name type (full vs. + * because the name is subordinate to the name type (full vs. * RDN.) */ ret = CRYPT_FormatAltNameInfo(dwFormatStrType, 3,
participants (1)
-
Alexandre Julliard