From fca75d46c07255f841c8dc292ec751515cebecd3 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Wed, 25 Aug 2021 12:17:50 +0200
Subject: [PATCH] Test

---
 doc.zih.tu-dresden.de/util/check-spelling-changes.sh | 3 +++
 1 file changed, 3 insertions(+)

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 46d9977a5..b489b1519 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
-- 
GitLab