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 6677c6238d47c12ca2179e3c789ac47b8328181b..745fe6612c9067cf593e44c0371dab27e3910dbe 100755 --- a/doc.zih.tu-dresden.de/util/check-spelling-changes.sh +++ b/doc.zih.tu-dresden.de/util/check-spelling-changes.sh @@ -40,11 +40,11 @@ while read oldfile; do #Remove the prefix "b/" newfile=${newfile:2} current_count=`cat "$newfile" | getNumberOfAspellOutputLines` -# echo "======" -# echo "$current_count" + echo "======" + echo "$current_count" # echo "$newfile" # cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown -# echo "======" + echo "======" fi if [ $current_count -gt $previous_count ]; then echo "-- File $newfile"