vnc: spelling fix (enable->enabled)

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210508092558.351102-1-mjt@msgid.tls.msk.ru>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Michael Tokarev 2021-05-08 12:25:58 +03:00 committed by Gerd Hoffmann
parent 972e848b53
commit 4087ecb842
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ bool vnc_display_reload_certs(const char *id, Error **errp)
}
if (!vd->tlscreds) {
error_setg(errp, "vnc tls is not enable");
error_setg(errp, "vnc tls is not enabled");
return false;
}