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

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

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 745fe6612..0e874556c 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
-- 
GitLab