[BASE] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / base / applications / mplay32 / mplay32.c
index 1a2e347..8a900d1 100644 (file)
@@ -1061,14 +1061,14 @@ BuildFileFilterAndDeviceMenu(VOID)
         /* Add the description */
         StringCbPrintfEx(c, uSizeRemain, &c, &uSizeRemain, 0, _T("%s (%s)"), szFriendlyName, szExtensionList);
 
-        /* Skip one char to seperate the description from the filter mask */
+        /* Skip one char to separate the description from the filter mask */
         c++;
         uSizeRemain -= sizeof(*c);
 
         /* Append the filter mask */
         StringCbCopyEx(c, uSizeRemain, szExtensionList, &c, &uSizeRemain, 0);
 
-        /* Skip another char to seperate the elements of the filter mask */
+        /* Skip another char to separate the elements of the filter mask */
         c++;
         uSizeRemain -= sizeof(*c);
     }
@@ -1096,7 +1096,7 @@ BuildFileFilterAndDeviceMenu(VOID)
     /* Add the default (all files) description */
     StringCbPrintfEx(c, uSizeRemain, &c, &uSizeRemain, 0, _T("%s (%s)"), szDefaultFilter, szExtensionList);
 
-    /* Skip one char to seperate the description from the filter mask */
+    /* Skip one char to separate the description from the filter mask */
     c++;
     uSizeRemain -= sizeof(*c);
 
@@ -1122,7 +1122,7 @@ Failure:
     /* Add the default (all files) description */
     StringCbPrintfEx(c, uSizeRemain, &c, &uSizeRemain, 0, _T("%s (%s)"), szDefaultFilter, szDefaultExtension);
 
-    /* Skip one char to seperate the description from the filter mask */
+    /* Skip one char to separate the description from the filter mask */
     c++;
     uSizeRemain -= sizeof(*c);