mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-24 22:17:22 -07:00
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:
parent
972e848b53
commit
4087ecb842
1 changed files with 1 additions and 1 deletions
2
ui/vnc.c
2
ui/vnc.c
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue