From 2bdb8da2dc6806bac79ede6875680ca5c7b27044 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 1 May 2016 00:26:30 +0200 Subject: Fix typos in code Change-Id: I24f7b812fe625f3d91a49fb57701a36a8c68eb36 Reviewed-on: https://gerrit.libreoffice.org/24542 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- testtools/source/bridgetest/pyuno/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testtools/source') diff --git a/testtools/source/bridgetest/pyuno/core.py b/testtools/source/bridgetest/pyuno/core.py index 9ef8c80afc7d..b45e10f78d88 100644 --- a/testtools/source/bridgetest/pyuno/core.py +++ b/testtools/source/bridgetest/pyuno/core.py @@ -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: -- cgit v1.2.3