Signed-off-by: Andrey Gusev andrey.goosev@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. */ UINT ret, oldlen = len, size = min( len, 1024 ); LPSTR data, src;
On Thu, Nov 29, 2018 at 1:22 PM Andrey Gusev andrey.goosev@gmail.com wrote:
Signed-off-by: Andrey Gusev andrey.goosev@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.