diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/salframe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx index 3712cd718f58..d75a460d0e0b 100644 --- a/vcl/inc/salframe.hxx +++ b/vcl/inc/salframe.hxx @@ -208,7 +208,7 @@ public: // public for Sal Implementation // set new parent window virtual void SetParent( SalFrame* pNewParent ) = 0; // reparent window to act as a plugin; implementation - // may choose to use a new system window inetrnally + // may choose to use a new system window internally // return false to indicate failure virtual bool SetPluginParent( SystemParentData* pNewParent ) = 0; |