---

 src/qemu_conf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/qemu_conf.c b/src/qemu_conf.c
index 4fe4e39..6b0b404 100644
--- a/src/qemu_conf.c
+++ b/src/qemu_conf.c
@@ -1970,7 +1970,7 @@ int qemudBuildCommandLine(virConnectPtr conn,
     if (def->nvideos) {
         if (def->nvideos > 1) {
             qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
-                             "%s", _("only one video card is currentely 
supported"));
+                             "%s", _("only one video card is currently 
supported"));
             goto error;
         }
 

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to