X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8df9a8a04704f793aec8cc8e4b13d58af457e61b..e015e7f3acef09b57bcd34e8f6780a19afdfd97b:/src/common/filefn.cpp diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index 9f9846f969..18620e0a5c 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -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