krnl386.exe16: Fix a typo in comment.

Huw Davies huw at codeweavers.com
Tue Jul 5 07:47:55 CDT 2016


On Tue, Jul 05, 2016 at 03:36:30PM +0300, Andrey Gusev wrote:
> diff --git a/dlls/krnl386.exe16/file.c b/dlls/krnl386.exe16/file.c
> index 4e7f7c4..44b1e75 100644
> --- a/dlls/krnl386.exe16/file.c
> +++ b/dlls/krnl386.exe16/file.c
> @@ -549,7 +549,7 @@ INT16 WINAPI GetPrivateProfileString16( LPCSTR section, LPCSTR entry,
>      if (!entry)
>      {
>          /* We have to return the list of keys in the section but without the values
> -         * so we need to massage the results of GetPrivateProfileSectionA.
> +         * so we need to message the results of GetPrivateProfileSectionA.
>           */
>          UINT ret, oldlen = len, size = min( len, 1024 );
>          LPSTR data, src;

No, again the original is correct.

Huw.



More information about the wine-devel mailing list