]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gbsizer.h
Split wxTextCompleter into a base class and wxTextCompleterSimple.
[wxWidgets.git] / include / wx / gbsizer.h
index 8d3c74adf4fd8a2b9521f695269b15e96b560c68..f0012b7a44390fb38efc3139150d1e7310aa0e0b 100644 (file)
@@ -160,7 +160,7 @@ public:
     // is successful and after the next Layout the item will be resized.
     bool SetSpan( const wxGBSpan& span );
 
-    // Returns true if this item and the other item instersect
+    // Returns true if this item and the other item intersect
     bool Intersects(const wxGBSizerItem& other);
 
     // Returns true if the given pos/span would intersect with this item.