]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix spelling in the comments in wxPropertyGrid code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Sep 2012 22:26:54 +0000 (22:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Sep 2012 22:26:54 +0000 (22:26 +0000)
No real changes.

Closes #14645.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/propgrid/advprops.cpp
src/propgrid/manager.cpp
src/propgrid/property.cpp
src/propgrid/propgrid.cpp

index 7c26ec6d07ccd7281a253f3ff6af228f93e3fede..a634885003d3beb8c9457183a8e5f83732a1a77d 100644 (file)
@@ -1437,7 +1437,7 @@ bool wxSystemColourProperty::StringToValue( wxVariant& value, const wxString& te
     {
         if ( !(argFlags & wxPG_EDITABLE_VALUE ))
         {
-            // This really should not occurr...
+            // This really should not occur...
             // wxASSERT(false);
             ResetNextIndex();
             return false;
@@ -2204,7 +2204,7 @@ wxString wxDateProperty::ValueToString( wxVariant& value,
 
 wxString wxDateProperty::DetermineDefaultDateFormat( bool showCentury )
 {
-    // This code is basicly copied from datectlg.cpp's SetFormat
+    // This code is basically copied from datectlg.cpp's SetFormat
     //
     wxString format;
 
index 3e3029731f10b2796e47259bdb93e499101080b4..100613581ef2f50a7fbafcd9e7510d7f8924b6e7 100644 (file)
@@ -2003,7 +2003,7 @@ void wxPropertyGridManager::OnMouseClick( wxMouseEvent &event )
 
 void wxPropertyGridManager::OnMouseUp( wxMouseEvent &event )
 {
-    // No event type check - basicly calling this method should
+    // No event type check - basically calling this method should
     // just stop dragging.
 
     if ( m_dragStatus >= 1 )
index fc1b9e948ceb5d63cf9d7a981ab8829c22894b9b..5fc00a35b56a63a9bb5a0cea43f0db520726660b 100644 (file)
@@ -48,7 +48,7 @@
 
 #if wxPG_COMPATIBILITY_1_4
 
-// Used to establish backwards compatiblity
+// Used to establish backwards compatibility
 const char* g_invalidStringContent = "@__TOTALLY_INVALID_STRING__@";
 
 #endif
index f9f94ebfcce72327435b8f65c7f7cd28def9893a..87380ff30de8ca14a8c92b9234481f356603d8d4 100644 (file)
@@ -5165,7 +5165,7 @@ bool wxPropertyGrid::HandleMouseUp( int x, unsigned int WXUNUSED(y),
     int splitterHitOffset;
     state->HitTestH( x, &splitterHit, &splitterHitOffset );
 
-    // No event type check - basicly calling this method should
+    // No event type check - basically calling this method should
     // just stop dragging.
     // Left up after dragged?
     if ( m_dragStatus >= 1 )