qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH trivial] vnc: spelling fix (enable->enabled)
@ 2021-05-08  9:25 Michael Tokarev
  2021-05-09  7:49 ` Philippe Mathieu-Daudé
  2021-05-10  9:41 ` Gerd Hoffmann
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Tokarev @ 2021-05-08  9:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev, kraxel

Signed-off-by: Michael Tokarev <mjt@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;


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH trivial] vnc: spelling fix (enable->enabled)
  2021-05-08  9:25 [PATCH trivial] vnc: spelling fix (enable->enabled) Michael Tokarev
@ 2021-05-09  7:49 ` Philippe Mathieu-Daudé
  2021-05-10  9:41 ` Gerd Hoffmann
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-05-09  7:49 UTC (permalink / raw)
  To: Michael Tokarev, qemu-devel; +Cc: qemu-trivial, kraxel

On 5/8/21 11:25 AM, Michael Tokarev wrote:
> Signed-off-by: Michael Tokarev <mjt@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;

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH trivial] vnc: spelling fix (enable->enabled)
  2021-05-08  9:25 [PATCH trivial] vnc: spelling fix (enable->enabled) Michael Tokarev
  2021-05-09  7:49 ` Philippe Mathieu-Daudé
@ 2021-05-10  9:41 ` Gerd Hoffmann
  1 sibling, 0 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2021-05-10  9:41 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: qemu-trivial, qemu-devel

On Sat, May 08, 2021 at 12:25:58PM +0300, Michael Tokarev wrote:
> Signed-off-by: Michael Tokarev <mjt@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");

Added to ui queue.

thanks,
  Gerd



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-10  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-08  9:25 [PATCH trivial] vnc: spelling fix (enable->enabled) Michael Tokarev
2021-05-09  7:49 ` Philippe Mathieu-Daudé
2021-05-10  9:41 ` Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).