[libvirt] [PATCH] libvirt: fix a typo

Chen Hanxiao chen_han_xiao at 126.com
Wed Jun 13 08:35:47 UTC 2018


From: Chen Hanxiao <chenhanxiao at gmail.com>

s/httsp/https

Signed-off-by: Chen Hanxiao <chenhanxiao at 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




More information about the libvir-list mailing list