Spelling fixes in comments in wxOSX.

No real changes.

Closes #14932.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-12-29 20:15:44 +00:00
parent 4011652414
commit 2392a466b2
5 changed files with 6 additions and 6 deletions

View File

@@ -387,7 +387,7 @@ bool wxWindowMac::MacIsUserPane() const
/*
* Right now we have the following setup :
* a border that is not part of the native control is always outside the
* control's border (otherwise we loose all native intelligence, future ways
* control's border (otherwise we lose all native intelligence, future ways
* may be to have a second embedding control responsible for drawing borders
* and backgrounds eventually)
* so all this border calculations have to be taken into account when calling
@@ -2876,4 +2876,4 @@ bool wxWidgetImpl::NeedsFrame() const
void wxWidgetImpl::SetDrawingEnabled(bool WXUNUSED(enabled))
{
}
}