diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-08 11:02:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-08 11:02:55 +0200 |
commit | fbf3aa391b4c47b00650a868e5ae5cade9025e87 (patch) | |
tree | dc05afd3e9e5570719d2f23840b18b3fca9b45bb /dtrans | |
parent | 35da89fa1428f5286304fc707252242554d49ea6 (diff) |
spelling: instanciated -> instantiated
Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d
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! |