advapi32: Spelling fixes.

This commit is contained in:
Lei Zhang 2007-04-06 16:46:59 -07:00 committed by Alexandre Julliard
parent a9e04dd87f
commit d347ebe196
2 changed files with 6 additions and 6 deletions

View File

@ -987,7 +987,7 @@ BOOL WINAPI CryptDuplicateKey (HCRYPTKEY hKey, DWORD *pdwReserved, DWORD dwFlags
* Encrypts data. * Encrypts data.
* *
* PARAMS * PARAMS
* hKey [I] Handle to the enryption key. * hKey [I] Handle to the encryption key.
* hHash [I] Handle to a hash object. * hHash [I] Handle to a hash object.
* Final [I] TRUE if this is the last section to encrypt. * Final [I] TRUE if this is the last section to encrypt.
* dwFlags [I] Can be CRYPT_OAEP. * dwFlags [I] Can be CRYPT_OAEP.
@ -1027,7 +1027,7 @@ BOOL WINAPI CryptEncrypt (HCRYPTKEY hKey, HCRYPTHASH hHash, BOOL Final,
/****************************************************************************** /******************************************************************************
* CryptEnumProvidersW (ADVAPI32.@) * CryptEnumProvidersW (ADVAPI32.@)
* *
* Returns the next availabe CSP. * Returns the next available CSP.
* *
* PARAMS * PARAMS
* dwIndex [I] Index of the next provider to be enumerated. * dwIndex [I] Index of the next provider to be enumerated.

View File

@ -566,7 +566,7 @@ LONG WINAPI RegEnumKeyExA( HKEY hkey, DWORD index, LPSTR name, LPDWORD name_len,
/****************************************************************************** /******************************************************************************
* RegEnumKeyW [ADVAPI32.@] * RegEnumKeyW [ADVAPI32.@]
* *
* Enumerates subkyes of the specified open reg key. * Enumerates subkeys of the specified open reg key.
* *
* PARAMS * PARAMS
* hKey [I] Handle to an open key. * hKey [I] Handle to an open key.
@ -805,7 +805,7 @@ LONG WINAPI RegQueryMultipleValuesW( HKEY hkey, PVALENTW val_list, DWORD num_val
* lpcMaxValueNameLen [O] Size of the key's longest value name in TCHARS. * lpcMaxValueNameLen [O] Size of the key's longest value name in TCHARS.
* lpcMaxValueLen [O] Longest data component among the key's values * lpcMaxValueLen [O] Longest data component among the key's values
* lpcbSecurityDescriptor [O] Size of the key's security descriptor. * lpcbSecurityDescriptor [O] Size of the key's security descriptor.
* lpftLastWriteTime [O] FILETIME strucutre that is the last write time. * lpftLastWriteTime [O] FILETIME structure that is the last write time.
* *
* RETURNS * RETURNS
* Success: ERROR_SUCCESS * Success: ERROR_SUCCESS
@ -2264,7 +2264,7 @@ LONG WINAPI RegFlushKey( HKEY hkey )
/****************************************************************************** /******************************************************************************
* RegConnectRegistryW [ADVAPI32.@] * RegConnectRegistryW [ADVAPI32.@]
* *
* Establishe a connection to a predefined registry key on another computer. * Establish a connection to a predefined registry key on another computer.
* *
* PARAMS * PARAMS
* lpMachineName [I] Address of name of remote computer * lpMachineName [I] Address of name of remote computer
@ -2373,7 +2373,7 @@ LONG WINAPI RegNotifyChangeKeyValue( HKEY hkey, BOOL fWatchSubTree,
* *
* PARAMS * PARAMS
* hToken [I] Handle of token representing the user * hToken [I] Handle of token representing the user
* dwOptions [I] Reserved, nust be 0 * dwOptions [I] Reserved, must be 0
* samDesired [I] Desired access rights * samDesired [I] Desired access rights
* phkResult [O] Destination for the resulting key handle * phkResult [O] Destination for the resulting key handle
* *