From: Kevin Ollivier Date: Thu, 5 Mar 2009 19:22:02 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c973763629464966729cfa693baa833821ab2706 Fix typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/popupcmn.cpp b/src/common/popupcmn.cpp index 6cf153bd38..4f04391aa0 100644 --- a/src/common/popupcmn.cpp +++ b/src/common/popupcmn.cpp @@ -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());