diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-03 11:25:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-03 11:25:02 +0100 |
commit | dba4d7bce5bef29f50b640efcc9c34bac0d5e161 (patch) | |
tree | 2e992f2db8d710da31653b82a806ac1885102bff | |
parent | d455f5d94ba7747316206569ad115142e9a03f34 (diff) | |
download | jenkins.debian.net-dba4d7bce5bef29f50b640efcc9c34bac0d5e161.tar.xz |
fix typo
-rwxr-xr-x | bin/test_torbrowser-launcher.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index 4a690588..d77b9ab6 100755 --- a/bin/test_torbrowser-launcher.sh +++ b/bin/test_torbrowser-launcher.sh @@ -45,7 +45,7 @@ cleanup_all() { cleanup_duplicate_screenshots() { cd $RESULTS - echo "$(date -u) - removing duplicate and similar creenshots." + echo "$(date -u) - removing duplicate and similar screenshots." # loop backwards through the screenshots and remove similar ones # this results in keeping the interesting ones :) MAXDIFF=2500 # pixels |