From eef55b9afbf783ee0e424e638a3d3351873e1a77 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Thu, 19 Dec 2013 16:30:12 +0100 Subject: [PATCH] Corrected spelling error --- Labb6/ovning4/calc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labb6/ovning4/calc.sh b/Labb6/ovning4/calc.sh index 17c9dac..1d9e62d 100755 --- a/Labb6/ovning4/calc.sh +++ b/Labb6/ovning4/calc.sh @@ -68,7 +68,7 @@ case "$Calc" in echo $? ;; *) - echo "Please use on the symlink add.sh/sub.sh/div.sh/tim.sh" + echo "Please use one the symlink add.sh/sub.sh/div.sh/tim.sh" exit 2 ;; esac