The present tense is used here.

Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
---
 util/vhost-user-server.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/vhost-user-server.c b/util/vhost-user-server.c
index a5785cbf86..42a51d190c 100644
--- a/util/vhost-user-server.c
+++ b/util/vhost-user-server.c
@@ -279,7 +279,7 @@ static void vu_accept(QIONetListener *listener, 
QIOChannelSocket *sioc,
 
     if (!vu_init(&server->vu_dev, server->max_queues, sioc->fd, panic_cb,
                  vu_message_read, set_watch, remove_watch, server->vu_iface)) {
-        error_report("Failed to initialized libvhost-user");
+        error_report("Failed to initialize libvhost-user");
         return;
     }
 
-- 
2.26.2

Reply via email to