From 6a792ed056a67b8d206847ede2d35de64ffea2a7 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 12 Feb 2018 16:48:52 +1100 Subject: [PATCH] Fix typos in qubes-dom0-update --- dom0-updates/qubes-dom0-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dom0-updates/qubes-dom0-update b/dom0-updates/qubes-dom0-update index 93b7548..e5169bf 100755 --- a/dom0-updates/qubes-dom0-update +++ b/dom0-updates/qubes-dom0-update @@ -134,7 +134,7 @@ if [ "$GUI" == "1" ]; then done if [ -z "$guiapp" ]; then - message1="You don't have installed any supported yum frontend." + message1="You don't have any supported yum frontend installed." message2="Install (using qubes-dom0-update) one of: $apps" if [ "$KDE_FULL_SESSION" ]; then @@ -151,7 +151,7 @@ if [ "$GUI" != "1" ]; then QVMRUN_OPTS=--nogui fi -# Do not start VM automaticaly when running from cron (only checking for updates) +# Do not start VM automatically when running from cron (only checking for updates) if [ "$CHECK_ONLY" == "1" ] && ! qvm-check -q --running $UPDATEVM > /dev/null 2>&1; then echo "ERROR: UpdateVM not running, not starting it in non-interactive mode" >&2 exit 1 @@ -226,5 +226,5 @@ elif [ -f /var/lib/qubes/updates/repodata/repomd.xml ]; then dnf -q check-update && rm -f $UPDATES_STAT_FILE else rm -f $UPDATES_STAT_FILE - echo "No updates avaliable" >&2 + echo "No updates available" >&2 fi