]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/internat.cpp
Disable some wxWebView tests that fail on the buildbot but not locally.
[wxWidgets.git] / samples / internat / internat.cpp
index b39fb8972cb777d17eaa420cfa7cb465982d32da..19818132f771d76a401d62115b959d6b84d8dfba 100644 (file)
@@ -398,7 +398,7 @@ void MyFrame::OnPlay(wxCommandEvent& WXUNUSED(event))
         str = wxGetTranslation(wxTRANSLATE("Bad luck! try again..."));
 
         // note also that if we want 'str' to contain a localized string
-        // we need to use wxGetTranslation explicitely as wxTRANSLATE just
+        // we need to use wxGetTranslation explicitly as wxTRANSLATE just
         // tells xgettext to extract the string but has no effect on the
         // runtime of the program!
     }