From: Martin Kletzander <mklet...@redhat.com> Signed-off-by: Martin Kletzander <mklet...@redhat.com> --- src/qemu/qemu_rdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/qemu/qemu_rdp.c b/src/qemu/qemu_rdp.c index 0c48b87e7bad..919f5788bf8f 100644 --- a/src/qemu/qemu_rdp.c +++ b/src/qemu/qemu_rdp.c @@ -432,6 +432,6 @@ qemuRdpAvailable(const char *helper) g_autofree char *helperPath = NULL; /* This function was added corresponding to the first release of 'qemu-rdp' - * thus checking existance of the helper binary is sufficient. */ + * thus checking existence of the helper binary is sufficient. */ return !!(helperPath = virFindFileInPath(helper)); } -- 2.49.0