summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-04-06 10:30:12 +0300
committerAlon Levy <alevy@redhat.com>2012-04-24 12:08:59 +0300
commitae50a549d6169d806105a2d6b8220002fda5d9de (patch)
tree301ec520078514de77c5c68cac9d0261f15dcc59
parentea37df4b4bccd4e2b9dbd590607737b18ec11ee9 (diff)
spiceqxl: Xspice is spelled with a lower s
-rw-r--r--src/spiceqxl_io_port.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spiceqxl_io_port.c b/src/spiceqxl_io_port.c
index da99225..ea02ac1 100644
--- a/src/spiceqxl_io_port.c
+++ b/src/spiceqxl_io_port.c
@@ -252,10 +252,10 @@ void ioport_write(qxl_screen_t *qxl, uint32_t io_port, uint32_t val)
qxl_hard_reset(qxl);
break;
case QXL_IO_MEMSLOT_ADD:
- dprint(1, "QXL_IO_MEMSLOT_ADD - should not be called (this is XSpice)\n");
+ dprint(1, "QXL_IO_MEMSLOT_ADD - should not be called (this is Xspice)\n");
break;
case QXL_IO_MEMSLOT_DEL:
- dprint(1, "QXL_IO_MEMSLOT_DEL - should not be called (this is XSpice)\n");
+ dprint(1, "QXL_IO_MEMSLOT_DEL - should not be called (this is Xspice)\n");
break;
case QXL_IO_CREATE_PRIMARY:
assert(val == 0);