X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/554895848bdb0c4aea6aaf952f2aa8a6dd647249..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/gtk1/window.h diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index cb492cae04..8d37e57148 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -155,7 +155,7 @@ public: void GtkUpdateScrollbar(int orient); // Called from GTK signal handlers. it indicates that - // the layouting functions have to be called later on + // the layout functions have to be called later on // (i.e. in idle time, implemented in OnInternalIdle() ). void GtkUpdateSize() { m_sizeSet = false; }