summarylogtreecommitdiffstats
path: root/setup.sh.in
diff options
context:
space:
mode:
authorJernuh Zakalwe2020-08-22 10:47:22 +0200
committerJernuh Zakalwe2020-08-22 10:47:22 +0200
commiteec2fce583b94267002428d73772afb3943a7d5f (patch)
tree33a801f06b628b3172b93485e64ac98442acd6ad /setup.sh.in
parent8a4b90d1d5554e9674b53d0fbfc86648ea46a42a (diff)
downloadaur-eec2fce583b94267002428d73772afb3943a7d5f.tar.gz
Update to DXVK version 1.7.1
Minor changes on setup scripts.
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