]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
maint: Typo fix for whether
authorEric Blake <eblake@redhat.com>
Tue, 9 Jul 2019 13:53:31 +0000 (08:53 -0500)
committerEric Blake <eblake@redhat.com>
Tue, 9 Jul 2019 15:42:39 +0000 (10:42 -0500)
Signed-off-by: Eric Blake <eblake@redhat.com>
docs/news-2014.html.in
src/driver.h

index 91a4f2f26f709a4ca28b605773df65f31f3de2aa..2dbbe070de07e20896408373c010d4d5a2717028 100644 (file)
       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>
index 3fcea0d629c6d9d5359d21efc013b1869cd6788e..898fb96df42d155afa42a0c057421a04d6644965 100644 (file)
@@ -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.