Fix minor typos in comments.

This commit is contained in:
Artur Wieczorek
2015-05-30 20:12:02 +02:00
parent ff685a7a4c
commit 65dee275f2
3 changed files with 3 additions and 3 deletions

View File

@@ -1985,7 +1985,7 @@ void wxPropertyGridManager::OnResize( wxSizeEvent& WXUNUSED(event) )
void wxPropertyGridManager::OnMouseEntry( wxMouseEvent& WXUNUSED(event) )
{
// Correct cursor. This is required atleast for wxGTK, for which
// Correct cursor. This is required at least for wxGTK, for which
// setting button's cursor to *wxSTANDARD_CURSOR does not work.
SetCursor( wxNullCursor );
m_onSplitter = 0;