Commit dba4d7bc authored by Holger Levsen's avatar Holger Levsen
Browse files

fix typo

parent d455f5d9
...@@ -45,7 +45,7 @@ cleanup_all() { ...@@ -45,7 +45,7 @@ cleanup_all() {
cleanup_duplicate_screenshots() { cleanup_duplicate_screenshots() {
cd $RESULTS 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 # loop backwards through the screenshots and remove similar ones
# this results in keeping the interesting ones :) # this results in keeping the interesting ones :)
MAXDIFF=2500 # pixels MAXDIFF=2500 # pixels
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment