summarylogtreecommitdiffstats
path: root/setup.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh.in')
-rw-r--r--setup.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh.in b/setup.sh.in
index 119d767b9603..0594b1bd083d 100644
--- a/setup.sh.in
+++ b/setup.sh.in
@@ -147,9 +147,9 @@ check_req() {
req="${req}wine\n"
fi
if [ "x$req" != "x" ] ;then
- printf "\nError: Following requirements are missed:\n"
+ printf "\nError: Following requirements are missing:\n"
printf "\n$req\n"
- printf "Please install these requirements with your Package Manager.\n"
+ printf "\nPlease install these requirements with your Package Manager.\n"
printf "\nLeaving.\n\n"
exit 0
fi