From 987aa11c2124e198d03d2f8d4864dde4ec894ff5 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Thu, 5 Jun 2025 13:28:36 +0200 Subject: [PATCH] fix typo --- trace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace.sh b/trace.sh index a3141c3..0b5a4dd 100755 --- a/trace.sh +++ b/trace.sh @@ -35,7 +35,7 @@ echo echo echo "Logfile:" ls -lh "$logfile" -echo -n "Compressing it wht gzip ..." +echo -n "Compressing it with gzip ..." gzip "$logfile" echo " done." ls -lh "$logfile.gz" -- GitLab