]> xenbits.xensource.com Git - libvirt.git/commitdiff
libvirt: fix a typo
authorChen Hanxiao <chenhanxiao@gmail.com>
Wed, 13 Jun 2018 08:35:47 +0000 (16:35 +0800)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 13 Jun 2018 10:11:23 +0000 (12:11 +0200)
s/httsp/https/

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/libvirt.c

index ffb002f4e10528ab62c096040f7fa15f4ad88c27..52f4dd280842aa28152f04cb08fb0a4f0e6ffe37 100644 (file)
@@ -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.