diff options
author | Matthias Seidel <mseidel@apache.org> | 2018-05-31 17:29:02 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2018-05-31 17:29:02 +0000 |
commit | a13841aca2519a7272fba336bf643f7d0ad2fcf3 (patch) | |
tree | b7749f423a93dd72ee4df3c714a7090bf759cf1d /stoc | |
parent | 8d04f84ef940b408f184e634f179cd0fc262d0ff (diff) |
Fixed typos:
contructor -> constructor
convinient -> convenient
Notes
Notes:
prefer: 48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/javaloader/javaloader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx index eeed43eabef6..ef22446c518b 100644 --- a/stoc/source/javaloader/javaloader.cxx +++ b/stoc/source/javaloader/javaloader.cxx @@ -257,7 +257,7 @@ const css::uno::Reference<XImplementationLoader> & JavaComponentLoader::getJavaL throw RuntimeException(OUString(RTL_CONSTASCII_USTRINGPARAM( "javaloader error - no Java environment available")), css::uno::Reference<XInterface>()); - // why is there no convinient contructor? + // why is there no convenient constructor? OUString sCppu_current_lb_name(RTL_CONSTASCII_USTRINGPARAM(CPPU_CURRENT_LANGUAGE_BINDING_NAME)); uno_getEnvironment(&pUno_environment, sCppu_current_lb_name.pData, NULL); if(!pUno_environment) |