From nobody Thu Apr 25 21:21:25 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1562680504; cv=none; d=zoho.com; s=zohoarc; b=QPU7TQb2gl/5ay2FvVKcWaGv5KNbpsVVWLIkv+nFp2/oDlPu+3efvni/flctR9OOKNa7ZCSlMrDVQEr0cuEBzYanF9PmIPVQKCd2dNCDf4dWxowwXS1o6D3/SDeMGhqH+6ZeTwrYwZDY404ceexJreBv6rIksLIjMCoAwNOpfMI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562680504; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=zV4EBr6R/5xM0v5hyV3exQqjuLq81boFBnMCs7JiOsI=; b=IV60qDRlmFtmfvOXR6GhgIkgNgBREd/UcAJH+ybEQBiW1xNsoVEi2BEHh7dfF87+NboQ/Wsq01JIIOPFBq6oUsK7D9upBuPgYgnOINsY65kigi+HaM7IsfD5TMyYHoCAwLKeUmR1Jw9oG5usCxpwZtbKdvhJjXzw1tyFVI1w4Ek= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1562680504063116.59110513771384; Tue, 9 Jul 2019 06:55:04 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7B9753082B68; Tue, 9 Jul 2019 13:54:23 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5C44095A5C; Tue, 9 Jul 2019 13:54:12 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 4940418355DC; Tue, 9 Jul 2019 13:54:03 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x69DrxLJ013116 for ; Tue, 9 Jul 2019 09:53:59 -0400 Received: by smtp.corp.redhat.com (Postfix) id 851E053E1A; Tue, 9 Jul 2019 13:53:59 +0000 (UTC) Received: from blue.redhat.com (ovpn-116-78.phx2.redhat.com [10.3.116.78]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4CAFF848D2 for ; Tue, 9 Jul 2019 13:53:56 +0000 (UTC) From: Eric Blake To: libvir-list@redhat.com Date: Tue, 9 Jul 2019 08:53:51 -0500 Message-Id: <20190709135351.777-1-eblake@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] maint: Typo fix for whether X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Tue, 09 Jul 2019 13:54:51 +0000 (UTC) Signed-off-by: Eric Blake --- 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 Rouaul= t),
tests: link against libxml2 (Guido G=C3=BCnther),
tests: build viridentitytest only WITH_ATTR. (Jincheng Miao),
- maint: Correctly detect wether "gluster" cli tool is accessible (Pet= er Krempa),
+ maint: Correctly detect whether "gluster" cli tool is accessible (Pe= ter Krempa),
libvirt-guests: avoid bashism (Guido G=C3=BCnther),
Use the force flag for mkfs -t xfs (J=C3=A1n Tomko)
--=20 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list