diff options
Diffstat (limited to 'include/vcl/dockwin.hxx')
-rw-r--r-- | include/vcl/dockwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx index 2cf7ea7324ed..b2808f043dfc 100644 --- a/include/vcl/dockwin.hxx +++ b/include/vcl/dockwin.hxx @@ -196,7 +196,7 @@ public: void EndPopupMode( const vcl::Window *pWin ); // required because those methods are not virtual in Window (!!!) and must - // be availbale from the toolkit + // be available from the toolkit void SetPosSizePixel( vcl::Window const *pWin, long nX, long nY, long nWidth, long nHeight, PosSizeFlags nFlags ); |