Kaydet (Commit) 2bdb8da2 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Markus Mohrhard

Fix typos in code

Change-Id: I24f7b812fe625f3d91a49fb57701a36a8c68eb36
Reviewed-on: https://gerrit.libreoffice.org/24542Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 75d965e5
......@@ -62,7 +62,7 @@ public class _XHierarchicalPropertySet extends MultiMethodTest {
} catch (com.sun.star.lang.IllegalArgumentException e) {
log.println(" is illegal");
} catch (com.sun.star.lang.WrappedTargetException e) {
log.println(" throws expeption " + e.getMessage());
log.println(" throws exception " + e.getMessage());
}
}
......@@ -140,4 +140,4 @@ public class _XHierarchicalPropertySet extends MultiMethodTest {
return result;
}
}
\ No newline at end of file
}
......@@ -210,7 +210,7 @@ class TestCase( unittest.TestCase):
raise ioExc( "huhuh" , self.tobj )
except unoExc , instance:
wasHere = 1
self.failUnless( wasHere , "exceptiont test 1" )
self.failUnless( wasHere , "exception test 1" )
wasHere = 0
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment