From c2b56306374ac936b614e1a005bd5ad4ae149422 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Wed, 21 Oct 2015 20:57:30 +0000 Subject: [PATCH] typo --- qubes-rpc/qubes-notify-updates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qubes-rpc/qubes-notify-updates b/qubes-rpc/qubes-notify-updates index 88ea6ce0..9ece7c42 100755 --- a/qubes-rpc/qubes-notify-updates +++ b/qubes-rpc/qubes-notify-updates @@ -44,7 +44,7 @@ def main(): source_vm = qvm_collection.get_vm_by_name(source) if source_vm is None: - print >> sys.stderr, 'Domain ' + source + ' does not exists (?!)' + print >> sys.stderr, 'Domain ' + source + ' does not exist (?!)' exit(1) os.umask(0002) @@ -89,4 +89,4 @@ def main(): else: print >> sys.stderr, 'Ignoring notification of no updates' -main() \ No newline at end of file +main()