From nobody Sun May 5 23:26:17 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) client-ip=205.139.110.120; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.120 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=1597786080; cv=none; d=zohomail.com; s=zohoarc; b=gj3zmlYS3Hv7NcDzxuuPB5LUaN+kFZ24+SkNSicn7j1PD6xlw8TsuygDTpWq23KyDodxMYsphaDo1XOHq5HK4gfwIcxCZ7j/27xj029nYzr49S3Na89L8fga4nNRx4WkS939+NiuCzZ+gi9quNtuH3i7PG0PHCcZXTBUXGj9+XI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1597786080; 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; bh=JrlAP146CvTGw5BNUOQzn0li5eEBJgDOHxjd0gE/NIM=; b=d1+OzpHDBLA4DQ3qXXHryyjvYNoKSOK7oVD1vPpsFz0IIG2krgwEYsQ4Z7XmL8AoSWtMdf24xQcBNa748yctBXRoewvNu4L2lsjwkfDrYhGB7cu/5KBqctlOKM3WzyjMCkT1rIDGDE/KTw4RSFw281zzHv5Ho99Yt2uQXmoC5FI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by mx.zohomail.com with SMTPS id 1597786080340545.5857534049117; Tue, 18 Aug 2020 14:28:00 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-300-AMtT7wAkOj6jIRXjzD45Rg-1; Tue, 18 Aug 2020 17:27:56 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6B72418BA282; Tue, 18 Aug 2020 21:27:50 +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 02BAE5C652; Tue, 18 Aug 2020 21:27:49 +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 57FE41832FC2; Tue, 18 Aug 2020 21:27:47 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 07ILKw3d016355 for ; Tue, 18 Aug 2020 17:20:58 -0400 Received: by smtp.corp.redhat.com (Postfix) id 4534D7D91B; Tue, 18 Aug 2020 21:20:58 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.40.192.133]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 82EE65D6BD for ; Tue, 18 Aug 2020 21:20:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1597786079; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=JrlAP146CvTGw5BNUOQzn0li5eEBJgDOHxjd0gE/NIM=; b=E2mhwsPwbHISEv3/mnmt4aOjOnzAzKYr8CDwDrD97cVlprD/heG4hn9dIMh7+nF2ayAjem sN7tRB3MX2IQ+/rqAJN5YXoEhK4Wy+HqIR6+S51G74Nh5P9/k3+rE+WxXr2+B6/vXpdqRT YF92XcTnshVseBvsSk52Ira8IHrVqjE= X-MC-Unique: AMtT7wAkOj6jIRXjzD45Rg-1 From: Andrea Bolognani To: libvir-list@redhat.com Subject: [libvirt PATCH] meson: Fix typo supprt -> support Date: Tue, 18 Aug 2020 23:20:52 +0200 Message-Id: <20200818212052.33239-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com 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: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0.0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani --- Pushed as trivial. meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 1d19094e2e..c538d323c1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -36,7 +36,7 @@ option('pciaccess', type: 'feature', value: 'auto', descr= iption: 'pciaccess supp option('polkit', type: 'feature', value: 'auto', description: 'use PolicyK= it for UNIX socket access checks') option('readline', type: 'feature', value: 'auto', description: 'readline = support') option('sanlock', type: 'feature', value: 'auto', description: 'sanlock su= pport') -option('sasl', type: 'feature', value: 'auto', description: 'sasl supprt') +option('sasl', type: 'feature', value: 'auto', description: 'sasl support') option('selinux', type: 'feature', value: 'auto', description: 'selinux su= pport') option('selinux_mount', type: 'string', value: '', description: 'set SELin= ux mount point') option('udev', type: 'feature', value: 'auto', description: 'udev support') --=20 2.26.2