]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo.
authorKevin Ollivier <kevino@theolliviers.com>
Thu, 5 Mar 2009 19:22:02 +0000 (19:22 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Thu, 5 Mar 2009 19:22:02 +0000 (19:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/popupcmn.cpp

index 6cf153bd38a6715d1176b6a85ac7288793ad1a77..4f04391aa058f4d0664af818896168dbdb16987e 100644 (file)
@@ -271,7 +271,7 @@ void wxPopupTransientWindow::Popup(wxWindow *winFocus)
 
     Show();
 
-    // There is is a problem if these are still in use
+    // There is a problem if these are still in use
     wxASSERT(!m_handlerFocus || !m_handlerFocus->GetNextHandler());
     wxASSERT(!m_handlerPopup || !m_handlerPopup->GetNextHandler());