diff options
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/clipb/WinClipboard.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/clipb/WinClipboard.hxx b/dtrans/source/win32/clipb/WinClipboard.hxx index 0ef12f040105..6efc60817cba 100644 --- a/dtrans/source/win32/clipb/WinClipboard.hxx +++ b/dtrans/source/win32/clipb/WinClipboard.hxx @@ -44,7 +44,7 @@ class CWinClipbImpl; // and a static member to reasocciate from this static function to the // class instance // watch out: we are using only one static member variable and not a list -// because we assume to be instanciated only once +// because we assume to be instantiated only once // this will be asured by an OneInstanceFactory of the service and not // by this class! |