diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-16 18:21:52 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-18 11:44:56 +0000 |
commit | ae150c6a5424d021ce5eb46dc9573f12a4d05445 (patch) | |
tree | 8fadf46f7789b54e59e9095b967ca6068dbbe890 /dtrans | |
parent | a63b8b4afc687d49ad25cbb77e16f835b9820522 (diff) |
Fix typos
Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8
Reviewed-on: https://gerrit.libreoffice.org/16314
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
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 6efc60817cba..e40defb1dd58 100644 --- a/dtrans/source/win32/clipb/WinClipboard.hxx +++ b/dtrans/source/win32/clipb/WinClipboard.hxx @@ -45,7 +45,7 @@ class CWinClipbImpl; // class instance // watch out: we are using only one static member variable and not a list // because we assume to be instantiated only once -// this will be asured by an OneInstanceFactory of the service and not +// this will be assured by an OneInstanceFactory of the service and not // by this class! // helper class, so that the mutex is constructed |