diff --git a/trace.sh b/trace.sh index a3141c3478535b69a2014dcc1590d47e204f1dcf..0b5a4dd7eab07de61e506005a89fac5aadae77ca 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"