提交 66ec1e80 编写于 作者: E Eric Blake

maint: Typo fix for whether

Signed-off-by: NEric Blake <eblake@redhat.com>
上级 846fe076
...@@ -2041,7 +2041,7 @@ ...@@ -2041,7 +2041,7 @@
build: avoid compiler warning on shadowed name (Jean-Baptiste Rouault),<br/> build: avoid compiler warning on shadowed name (Jean-Baptiste Rouault),<br/>
tests: link against libxml2 (Guido Günther),<br/> tests: link against libxml2 (Guido Günther),<br/>
tests: build viridentitytest only WITH_ATTR. (Jincheng Miao),<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/> libvirt-guests: avoid bashism (Guido Günther),<br/>
Use the force flag for mkfs -t xfs (Ján Tomko)<br/> Use the force flag for mkfs -t xfs (Ján Tomko)<br/>
</li> </li>
......
...@@ -78,9 +78,9 @@ typedef struct _virConnectDriver virConnectDriver; ...@@ -78,9 +78,9 @@ typedef struct _virConnectDriver virConnectDriver;
typedef virConnectDriver *virConnectDriverPtr; typedef virConnectDriver *virConnectDriverPtr;
struct _virConnectDriver { struct _virConnectDriver {
/* Wether driver permits a server in the URI */ /* Whether driver permits a server in the URI */
bool localOnly; bool localOnly;
/* Wether driver needs a server in the URI */ /* Whether driver needs a server in the URI */
bool remoteOnly; bool remoteOnly;
/* /*
* NULL terminated list of supported URI schemes. * NULL terminated list of supported URI schemes.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册