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

Andrey Gusev andrey.goosev at gmail.com
Thu Nov 29 06:20:26 CST 2018


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.
          */
         UINT ret, oldlen = len, size = min( len, 1024 );
         LPSTR data, src;
-- 
2.17.2




More information about the wine-devel mailing list