[libvirt] [PATCH] maint: Typo fix for whether

Eric Blake posted 1 patch 4 years, 8 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190709135351.777-1-eblake@redhat.com
src/driver.h           | 4 ++--
docs/news-2014.html.in | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
[libvirt] [PATCH] maint: Typo fix for whether
Posted by Eric Blake 4 years, 8 months ago
Signed-off-by: Eric Blake <eblake@redhat.com>
---

Pushing under trivial rule.

 src/driver.h           | 4 ++--
 docs/news-2014.html.in | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/driver.h b/src/driver.h
index 3fcea0d629..898fb96df4 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -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.
diff --git a/docs/news-2014.html.in b/docs/news-2014.html.in
index 91a4f2f26f..2dbbe070de 100644
--- a/docs/news-2014.html.in
+++ b/docs/news-2014.html.in
@@ -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>
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list