diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-13 09:12:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-13 09:13:52 +0200 |
commit | 3754474cdea72ebe7f09457ef82a5c3131d06b78 (patch) | |
tree | bc2ce16e15475dda27d89f61d8cb2b0558df27ed /sal/qa | |
parent | d56b125f6c6c18ac40712cefc3cec06530750e15 (diff) |
Typos
Change-Id: I21c352a63d668c174eef212dbfbe6346c678ce4d
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/osl/module/osl_Module_DLL.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/module/osl_Module_DLL.cxx b/sal/qa/osl/module/osl_Module_DLL.cxx index 23e930e9b3dc..ef1a87c9a029 100644 --- a/sal/qa/osl/module/osl_Module_DLL.cxx +++ b/sal/qa/osl/module/osl_Module_DLL.cxx @@ -24,7 +24,7 @@ // This module contains no tests. It is loaded as a dynamic library by // osl_Module. -// But we instatiate a test plugin to fake the build process. +// But we instantiate a test plugin to fake the build process. CPPUNIT_PLUGIN_IMPLEMENT(); extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL firstfunc( sal_Bool ) |