]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
add wxGenericStaticText (#9656)
[wxWidgets.git] / src / common / utilscmn.cpp
index 09e45f2a47c40550532499fa98a1eddb612ce845..24cd3374d38beeee795757a0ce102e65a991fe8a 100644 (file)
@@ -1040,7 +1040,7 @@ static bool DoLaunchDefaultBrowser(const wxString& urlOrig, int flags)
                     // in is -1 (meaning "current") by default, replace it with
                     // 0 which means "new" (see KB article 160957)
                     ok = ddeCmd.Replace(wxT("-1"), wxT("0"),
-                                        false /* only first occurence */) == 1;
+                                        false /* only first occurrence */) == 1;
                 }
 
                 if ( ok )