[Spice-devel] [qxl 2/2] Xspice: Fix 'erorr' typo in error message
Christophe Fergeau
cfergeau at redhat.com
Mon Aug 10 08:48:11 PDT 2015
---
scripts/Xspice | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Xspice b/scripts/Xspice
index 281535d..19022e5 100755
--- a/scripts/Xspice
+++ b/scripts/Xspice
@@ -136,7 +136,7 @@ if args.vdagent_enabled:
args.vdagentd_exec = which(args.vdagentd_exec)
if not agents_new_enough(args):
if args.vdagent_enabled:
- print("erorr: vdagent is not new enough to support Xspice")
+ print("error: vdagent is not new enough to support Xspice")
raise SystemExit
args.vdagent_enabled = False
--
2.4.3
More information about the Spice-devel
mailing list