libvirt: fix a typo

s/httsp/https/

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Chen Hanxiao 2018-06-13 16:35:47 +08:00 committed by Andrea Bolognani
parent d1605b5d99
commit 39907c6c95

View 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.