]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Moved allocation of m_imData or key down gives seg fault
[wxWidgets.git] / src / common / filefn.cpp
index 9f9846f969d5acb0288b40c2d48e0e36203863b7..18620e0a5cbcb8c89561663b51141b0afd55d498 100644 (file)
@@ -183,8 +183,8 @@ void wxPathList::AddEnvList (const wxString& envVariable)
         path such as "C:\Program Files" would be split into 2 paths:
         "C:\Program" and "Files"
         */
-//        wxT(" ;"); // Don't seperate with colon in DOS (used for drive)
-        wxT(";"); // Don't seperate with colon in DOS (used for drive)
+//        wxT(" ;"); // Don't separate with colon in DOS (used for drive)
+        wxT(";"); // Don't separate with colon in DOS (used for drive)
 #else
         wxT(" :;");
 #endif