[Libreoffice-commits] .: smoketestoo_native/losmoketest.py

Takeshi Abe tabe at kemper.freedesktop.org
Thu Oct 20 19:15:56 PDT 2011


 smoketestoo_native/losmoketest.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fc8a310eef5b4cab9b65e2a3a8e41f039f2acc80
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Thu Oct 20 11:31:19 2011 +0900

    fixed typo

diff --git a/smoketestoo_native/losmoketest.py b/smoketestoo_native/losmoketest.py
index 4875df2..4c86997 100755
--- a/smoketestoo_native/losmoketest.py
+++ b/smoketestoo_native/losmoketest.py
@@ -593,7 +593,7 @@ def main():
         elif o in ("-l", "--loop"):
             loop = True
         else:
-            assert False, "Unhadled option: " + o
+            assert False, "Unhandled option: " + o
 
     if interactive == True:
         key = raw_input("The testing will OVERRIDE existed libreoffice, continue(y/N)? ")


More information about the Libreoffice-commits mailing list