Fix a couple of typos in comments in wxX11 code.
Closes #16835. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e8de8ae04f
commit
e146b6330d
@ -68,7 +68,7 @@
|
||||
|
||||
static wxWindowX11* g_captureWindow = NULL;
|
||||
static GC g_eraseGC;
|
||||
// the window that is about to be focused after curretnly focused
|
||||
// the window that is about to be focused after currently focused
|
||||
// one looses focus:
|
||||
static wxWindow* gs_toBeFocusedWindow = NULL;
|
||||
|
||||
@ -359,7 +359,7 @@ wxWindowX11::~wxWindowX11()
|
||||
|
||||
if (m_clientWindow != m_mainWindow)
|
||||
{
|
||||
// Destroy the cleint window
|
||||
// Destroy the client window
|
||||
Window xwindow = (Window) m_clientWindow;
|
||||
wxDeleteClientWindowFromTable( xwindow );
|
||||
XDestroyWindow( wxGlobalDisplay(), xwindow );
|
||||
|
Loading…
Reference in New Issue
Block a user