[PATCH] krnl386.exe16: Fix a typo in comment.

Józef Kucia joseph.kucia at gmail.com
Thu Nov 29 06:24:56 CST 2018


On Thu, Nov 29, 2018 at 1:22 PM Andrey Gusev <andrey.goosev at gmail.com> wrote:
>
> Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
> ---
>  dlls/krnl386.exe16/file.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/dlls/krnl386.exe16/file.c b/dlls/krnl386.exe16/file.c
> index 4e7f7c4b33..44b1e759a7 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.

This doesn't look like a typo to me.



More information about the wine-devel mailing list