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 46d9977a5ae7fcbfca570249c7cabb89ba114127..b489b151984808a6b198149b7317243288bc88ec 100755
--- a/doc.zih.tu-dresden.de/util/check-spelling-changes.sh
+++ b/doc.zih.tu-dresden.de/util/check-spelling-changes.sh
@@ -43,6 +43,9 @@ while read oldfile; do
             echo "======"
             echo "$current_count"
             echo "$newfile"
+            echo "wordlistfile: $wordlistfile"
+            grep ZIH $wordlistfile
+            echo "---"
             cat $newfile | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown
             echo "======"
         fi