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 0e874556cc28c8fbe12d6049bf9fbc0c71d2fb2e..46d9977a5ae7fcbfca570249c7cabb89ba114127 100755
--- a/doc.zih.tu-dresden.de/util/check-spelling-changes.sh
+++ b/doc.zih.tu-dresden.de/util/check-spelling-changes.sh
@@ -43,7 +43,7 @@ while read oldfile; do
             echo "======"
             echo "$current_count"
             echo "$newfile"
-            cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown
+            cat $newfile | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown
             echo "======"
         fi
         if [ $current_count -gt $previous_count ]; then