diff --git a/doc.zih.tu-dresden.de/util/check-spelling-changes.sh b/doc.zih.tu-dresden.de/util/check-spelling-changes.sh index 745fe6612c9067cf593e44c0371dab27e3910dbe..0e874556cc28c8fbe12d6049bf9fbc0c71d2fb2e 100755 --- a/doc.zih.tu-dresden.de/util/check-spelling-changes.sh +++ b/doc.zih.tu-dresden.de/util/check-spelling-changes.sh @@ -42,8 +42,8 @@ while read oldfile; do current_count=`cat "$newfile" | getNumberOfAspellOutputLines` echo "======" echo "$current_count" -# echo "$newfile" -# cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown + echo "$newfile" + cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown echo "======" fi if [ $current_count -gt $previous_count ]; then