mirror of https://gitee.com/openkylin/libvirt.git
maint: Typo fix for whether
Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
846fe076ca
commit
66ec1e80b1
|
@ -2041,7 +2041,7 @@
|
|||
build: avoid compiler warning on shadowed name (Jean-Baptiste Rouault),<br/>
|
||||
tests: link against libxml2 (Guido Günther),<br/>
|
||||
tests: build viridentitytest only WITH_ATTR. (Jincheng Miao),<br/>
|
||||
maint: Correctly detect wether "gluster" cli tool is accessible (Peter Krempa),<br/>
|
||||
maint: Correctly detect whether "gluster" cli tool is accessible (Peter Krempa),<br/>
|
||||
libvirt-guests: avoid bashism (Guido Günther),<br/>
|
||||
Use the force flag for mkfs -t xfs (Ján Tomko)<br/>
|
||||
</li>
|
||||
|
|
|
@ -78,9 +78,9 @@ typedef struct _virConnectDriver virConnectDriver;
|
|||
typedef virConnectDriver *virConnectDriverPtr;
|
||||
|
||||
struct _virConnectDriver {
|
||||
/* Wether driver permits a server in the URI */
|
||||
/* Whether driver permits a server in the URI */
|
||||
bool localOnly;
|
||||
/* Wether driver needs a server in the URI */
|
||||
/* Whether driver needs a server in the URI */
|
||||
bool remoteOnly;
|
||||
/*
|
||||
* NULL terminated list of supported URI schemes.
|
||||
|
|
Loading…
Reference in New Issue