[libvirt] [PATCH] libvirt: fix a typo

Chen Hanxiao posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180613083547.1212-1-chen_han_xiao@126.com
Test syntax-check passed
src/libvirt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] libvirt: fix a typo
Posted by Chen Hanxiao 5 years, 10 months ago
From: Chen Hanxiao <chenhanxiao@gmail.com>

s/httsp/https

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
---
 src/libvirt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvirt.c b/src/libvirt.c
index ffb002f4e1..52f4dd2808 100644
--- a/src/libvirt.c
+++ b/src/libvirt.c
@@ -1098,7 +1098,7 @@ virConnectOpenInternal(const char *name,
  * if not already running. This can be prevented by setting the
  * environment variable LIBVIRT_AUTOSTART=0
  *
- * URIs are documented at httsp://libvirt.org/uri.html
+ * URIs are documented at https://libvirt.org/uri.html
  *
  * virConnectClose should be used to release the resources after the connection
  * is no longer needed.
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] libvirt: fix a typo
Posted by Andrea Bolognani 5 years, 10 months ago
On Wed, 2018-06-13 at 16:35 +0800, Chen Hanxiao wrote:
> From: Chen Hanxiao <chenhanxiao@gmail.com>
> 
> s/httsp/https

You need a leading slash as well :)

> Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
> ---
>  src/libvirt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libvirt.c b/src/libvirt.c
> index ffb002f4e1..52f4dd2808 100644
> --- a/src/libvirt.c
> +++ b/src/libvirt.c
> @@ -1098,7 +1098,7 @@ virConnectOpenInternal(const char *name,
>   * if not already running. This can be prevented by setting the
>   * environment variable LIBVIRT_AUTOSTART=0
>   *
> - * URIs are documented at httsp://libvirt.org/uri.html
> + * URIs are documented at https://libvirt.org/uri.html
>   *
>   * virConnectClose should be used to release the resources after the connection
>   * is no longer needed.

I've fixed the above, added my

  Reviewed-by: Andrea Bolognani <abologna@redhat.com>

and pushed.

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] libvirt: fix a typo
Posted by Daniel P. Berrangé 5 years, 10 months ago
On Wed, Jun 13, 2018 at 12:13:37PM +0200, Andrea Bolognani wrote:
> On Wed, 2018-06-13 at 16:35 +0800, Chen Hanxiao wrote:
> > From: Chen Hanxiao <chenhanxiao@gmail.com>
> > 
> > s/httsp/https
> 
> You need a leading slash as well :)

s/leading/trailing :-P

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] libvirt: fix a typo
Posted by Andrea Bolognani 5 years, 10 months ago
On Wed, 2018-06-13 at 11:16 +0100, Daniel P. Berrangé wrote:
> On Wed, Jun 13, 2018 at 12:13:37PM +0200, Andrea Bolognani wrote:
> > On Wed, 2018-06-13 at 16:35 +0800, Chen Hanxiao wrote:
> > > From: Chen Hanxiao <chenhanxiao@gmail.com>
> > > 
> > > s/httsp/https
> > 
> > You need a leading slash as well :)
> 
> s/leading/trailing :-P

Of course that's what I meant O:-)

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list