summaryrefslogtreecommitdiffstats
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
parentAdded a scanbutton to the scan-dialog (diff)
downloadcore-fc8a310eef5b4cab9b65e2a3a8e41f039f2acc80.tar.gz
core-fc8a310eef5b4cab9b65e2a3a8e41f039f2acc80.zip
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)? ")