summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-07 23:14:45 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 17:19:11 -0500
commit5140c18944c5c288a5c2efdeabb3087ccdb86528 (patch)
tree842f56b9522c5d2546cc25c88cb3fc277050f62e /stoc
parent055b46b595bd3561c0293809369150b267d43792 (diff)
Fix typos
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit e544f449eded2738b45de4be13c72b128a16bafe)
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/javavm/javavm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx
index cad4d0dbed0f..dc35b20bc18b 100644
--- a/stoc/source/javavm/javavm.cxx
+++ b/stoc/source/javavm/javavm.cxx
@@ -1191,7 +1191,7 @@ void SAL_CALL JavaVirtualMachine::elementReplaced(
if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException("JNI:GetMethodID java.util.Properties.remove", 0);
pJNIEnv->CallObjectMethod( joProperties, jmRemove, jsPropName);
- // special calse for ftp.nonProxyHosts and http.nonProxyHosts. The office only
+ // special case for ftp.nonProxyHosts and http.nonProxyHosts. The office only
// has a value for two java properties
if (!aPropertyName2.isEmpty())
{
@@ -1208,7 +1208,7 @@ void SAL_CALL JavaVirtualMachine::elementReplaced(
pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsPropName, jsPropValue);
if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException("JNI:CallStaticObjectMethod java.lang.System.setProperty", 0);
- // special calse for ftp.nonProxyHosts and http.nonProxyHosts. The office only
+ // special case for ftp.nonProxyHosts and http.nonProxyHosts. The office only
// has a value for two java properties
if (!aPropertyName2.isEmpty())
{