From: Eric Blake Date: Tue, 9 Jul 2019 13:53:31 +0000 (-0500) Subject: maint: Typo fix for whether X-Git-Tag: v5.6.0-rc1~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66ec1e80b14e42ec22e78ed85eff92654178b11d;p=thirdparty%2Flibvirt.git maint: Typo fix for whether Signed-off-by: Eric Blake --- 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),
tests: link against libxml2 (Guido Günther),
tests: build viridentitytest only WITH_ATTR. (Jincheng Miao),
- maint: Correctly detect wether "gluster" cli tool is accessible (Peter Krempa),
+ maint: Correctly detect whether "gluster" cli tool is accessible (Peter Krempa),
libvirt-guests: avoid bashism (Guido Günther),
Use the force flag for mkfs -t xfs (Ján Tomko)
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.