diff --git a/dom0-updates/qubes-dom0-update b/dom0-updates/qubes-dom0-update index 5910d52..8ba238a 100755 --- a/dom0-updates/qubes-dom0-update +++ b/dom0-updates/qubes-dom0-update @@ -115,7 +115,7 @@ fi # becuase otherwise yum might complain about future timestamps qvm-sync-clock -echo "Using $UPDATEVM as updatevm to download updates for Dom0, this may take some of time..." >&2 +echo "Using $UPDATEVM as UpdateVM to download updates for Dom0; this may take some time..." >&2 # Start VM if not running already qvm-run $QVMRUN_OPTS -a $UPDATEVM true || exit 1 diff --git a/qrexec/qrexec-policy b/qrexec/qrexec-policy index 501d0f4..95d81ca 100755 --- a/qrexec/qrexec-policy +++ b/qrexec/qrexec-policy @@ -168,7 +168,7 @@ def main(): if not validate_target(target): print >> sys.stderr, "Rpc failed (unknown domain):", domain, target, exec_index - text = "Domain '%s' doesn't exists (service %s called by domain %s)." % ( + text = "Domain '%s' doesn't exist (service %s called by domain %s)." % ( target, exec_index, domain) subprocess.call(["/usr/bin/zenity", "--error", "--text", text]) os.execl(QREXEC_CLIENT, "qrexec-client", "-d", domain, "-l", "/bin/false", "-c", process_ident)