summaryrefslogtreecommitdiff
path: root/src/libvirt.c
diff options
context:
space:
mode:
authorChen Hanxiao <chenhanxiao@gmail.com>2018-06-13 16:35:47 +0800
committerAndrea Bolognani <abologna@redhat.com>2018-06-13 12:11:23 +0200
commit39907c6c95679eb8833f10c648b3b3574a2420ef (patch)
tree9c565fa025fd655f47f1b3f05cbff2eebb4bf003 /src/libvirt.c
parentd1605b5d99e847450a6cbbf752ae5dd76239b46f (diff)
downloadlibvirt-39907c6c95679eb8833f10c648b3b3574a2420ef.tar.gz
libvirt: fix a typo
s/httsp/https/ Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Diffstat (limited to 'src/libvirt.c')
-rw-r--r--src/libvirt.c2
1 files changed, 1 insertions, 1 deletions
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.