Signed-off-by: Michael Tokarev <m...@tls.msk.ru> diff --git a/ui/vnc.c b/ui/vnc.c index 456db47d71..2bea46b2b3 100644 --- a/ui/vnc.c +++ b/ui/vnc.c @@ -598,3 +598,3 @@ 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;
- [PATCH trivial] vnc: spelling fix (enable->enab... Michael Tokarev
- Re: [PATCH trivial] vnc: spelling fix (enable... Philippe Mathieu-Daudé
- Re: [PATCH trivial] vnc: spelling fix (enable... Gerd Hoffmann