[PATCH] adsldp: Fix the spelling of some FIXME() messages.

Francois Gouget fgouget at free.fr
Tue Apr 14 09:57:41 CDT 2020


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/adsldp/adsldp.c | 4 ++--
 dlls/adsldp/schema.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/adsldp/adsldp.c b/dlls/adsldp/adsldp.c
index dce462d685a..c2f7ca80239 100644
--- a/dlls/adsldp/adsldp.c
+++ b/dlls/adsldp/adsldp.c
@@ -1147,7 +1147,7 @@ static HRESULT WINAPI search_SetSearchPreference(IDirectorySearch *iface, PADS_S
         case ADS_SEARCHPREF_SEARCH_SCOPE:
             if (prefs[i].vValue.dwType != ADSTYPE_INTEGER)
             {
-                FIXME("ADS_SEARCHPREF_SEACH_SCOPE: not supportd dwType %d\n", prefs[i].vValue.dwType);
+                FIXME("ADS_SEARCHPREF_SEACH_SCOPE: not supported dwType %d\n", prefs[i].vValue.dwType);
                 prefs[i].dwStatus = ADS_STATUS_INVALID_SEARCHPREFVALUE;
                 break;
             }
@@ -1178,7 +1178,7 @@ static HRESULT WINAPI search_SetSearchPreference(IDirectorySearch *iface, PADS_S
 
             if (prefs[i].vValue.dwType != ADSTYPE_INTEGER)
             {
-                FIXME("ADS_SEARCHPREF_SECURITY_MASK: not supportd dwType %d\n", prefs[i].vValue.dwType);
+                FIXME("ADS_SEARCHPREF_SECURITY_MASK: not supported dwType %d\n", prefs[i].vValue.dwType);
                 prefs[i].dwStatus = ADS_STATUS_INVALID_SEARCHPREFVALUE;
                 break;
             }
diff --git a/dlls/adsldp/schema.c b/dlls/adsldp/schema.c
index 63c95bdae6f..c8bcf3de663 100644
--- a/dlls/adsldp/schema.c
+++ b/dlls/adsldp/schema.c
@@ -227,7 +227,7 @@ static WCHAR *parse_name(WCHAR **str, ULONG *name_count)
 
     if (*p != '\'')
     {
-        FIXME("not suported NAME start at %s\n", debugstr_w(p));
+        FIXME("not supported NAME start at %s\n", debugstr_w(p));
         return NULL;
     }
 
-- 
2.20.1



More information about the wine-devel mailing list