summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-10-20 11:31:19 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-10-21 11:11:09 +0900
commitfc8a310eef5b4cab9b65e2a3a8e41f039f2acc80 (patch)
tree032973509d5fb9d2821c9ec540ab9df5b202e18c /smoketestoo_native
parent638804f7e2c26047da15af26dfb8eb35b9ee0feb (diff)
fixed typo
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-xsmoketestoo_native/losmoketest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketestoo_native/losmoketest.py b/smoketestoo_native/losmoketest.py
index 4875df245302..4c8699763fb3 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)? ")