about summary refs log tree commit diff stats
path: root/setup.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-10-02 15:10:58 -0400
committerCharadon <dev@iotib.net>2022-10-02 15:10:58 -0400
commit6299ce701bbb555120831d0853a447773f96a621 (patch)
treee607d9270638d796a4358c50dc91cfc559c4c048 /setup.sh
parent7beb9c05c1541daf5cce4cef518f04f5cc019eee (diff)
downloaddscip-6299ce701bbb555120831d0853a447773f96a621.tar.gz
setup.sh: Fixed typo
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 19bc2de..a90294f 100755
--- a/setup.sh
+++ b/setup.sh
@@ -25,7 +25,7 @@ then
 	REALPATH="grealpath"
 else
 	echo "realpath nor grealpath was found. If your OS doesn't contain it. Try"
-	echo "to see GNU Coreutils is in your package manager, and install it."
+	echo "to see if GNU Coreutils is in your package manager, and install it."
 	exit 1
 fi