diff --git a/src/warden-server/sh/install.sh b/src/warden-server/sh/install.sh
index 68cb92cf5495896d28e8bb80ad73545b9baef138..32c1bea48d0ff87852b3913c467156b099b4a7eb 100755
--- a/src/warden-server/sh/install.sh
+++ b/src/warden-server/sh/install.sh
@@ -178,7 +178,7 @@ createSymlinks()
 	echo "Creating symbolic links to $symbin ..."
 	for file in "${bin}/"*
 	do
-		echo "- making symlink: ${symbin}/${file##*/} -> $file"
+		echo "- creating symlink: ${symbin}/${file##*/} -> $file"
 		ln -s "$file" "${symbin}/${file##*/}" 2>/dev/null
 	done
 }