]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/nonownedwnd.h
Simplify backend enum naming, we do not need separate values for gtk and osx webkit...
[wxWidgets.git] / include / wx / dfb / nonownedwnd.h
index 86b7200aa18109d81fcc507ac14b7c03f9ea92b0..66176215b00c53eac772922812615fa5e7d30520 100644 (file)
@@ -80,7 +80,7 @@ protected:
 
     virtual wxIDirectFBSurfacePtr ObtainDfbSurface() const;
 
-    // overriden wxWindow methods
+    // overridden wxWindow methods
     virtual void DoGetPosition(int *x, int *y) const;
     virtual void DoGetSize(int *width, int *height) const;
     virtual void DoMoveWindow(int x, int y, int width, int height);
@@ -92,7 +92,7 @@ protected:
     // wxWindows as in wx
     void SetDfbFocus();
 
-    // overriden in wxTopLevelWindowDFB, there's no common handling for wxTLW
+    // overridden in wxTopLevelWindowDFB, there's no common handling for wxTLW
     // and wxPopupWindow to be done here
     virtual void HandleFocusEvent(const wxDFBWindowEvent& WXUNUSED(event_)) {}