summaryrefslogtreecommitdiff
path: root/vcl/inc/salframe.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-05 09:11:18 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-05 09:11:18 +0200
commit4aa1c8d9147ed1421b648fc9b954fa69c5bf4b00 (patch)
tree29a4ca831a3df325b235400f8df9e15b64902350 /vcl/inc/salframe.hxx
parent47aad4bde8bfbb77bf72c1f82a012b66f60bf5e3 (diff)
Typo fix
Change-Id: I994ebbad19873236ad6d8dc99f721908722d302a
Diffstat (limited to 'vcl/inc/salframe.hxx')
-rw-r--r--vcl/inc/salframe.hxx2
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;