From nobody Sat May 18 06:04:09 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1620466769; cv=none; d=zohomail.com; s=zohoarc; b=ZGzzqVITFWePerohLeuB/w6GYNNqZ7ETbmNseNWt3qZ6tgRb9JTceomBKgc+VhCvqivqG+7PH4tS7mOa4LxgzqlUJzbBrsQOgh1D7H6+eDQnpwdHiwI/FEEQVGbtDEkpFx142ik3V1bQv/51cgxrnxC41JlVAoBgPEMMF+sEWSE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1620466769; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=cCCNxXpaK3g5kMy9cp5tI/+vysXCfqyc1v828DlaxcY=; b=k/bCbS6va4UL7otYaFFY4GPaHHVEx4FJ4sx6yjli3oToHhYbO+cbI7DnzGc7L2x96NnQBIjWhXUReK9t+s0dEb9oYf+xHlLtiOQ5csXPhkMU9D4jS44jWx9Dx5t6VC5ifzWQe9+ALcAnNb7hnlf7QSNJduS1wocEE+vs/humyls= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 162046676934782.67930837569213; Sat, 8 May 2021 02:39:29 -0700 (PDT) Received: from localhost ([::1]:35588 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfJQj-0004rF-5s for importer@patchew.org; Sat, 08 May 2021 05:39:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfJKw-0008O6-46; Sat, 08 May 2021 05:33:26 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:54233) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfJKt-0006YI-Us; Sat, 08 May 2021 05:33:25 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 3668D4008B; Sat, 8 May 2021 12:33:21 +0300 (MSK) Received: from tls.msk.ru (mjt.wg.tls.msk.ru [192.168.177.130]) by tsrv.corpit.ru (Postfix) with SMTP id 8110470; Sat, 8 May 2021 12:33:21 +0300 (MSK) Received: (nullmailer pid 393842 invoked by uid 1000); Sat, 08 May 2021 09:33:21 -0000 From: Michael Tokarev To: qemu-devel@nongnu.org Subject: [PATCH trivial] qapi: spelling fix (addtional) Date: Sat, 8 May 2021 12:33:15 +0300 Message-Id: <20210508093315.393274-1-mjt@msgid.tls.msk.ru> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: none client-ip=86.62.121.231; envelope-from=mjt@tls.msk.ru; helo=isrv.corpit.ru X-Spam_score_int: -68 X-Spam_score: -6.9 X-Spam_bar: ------ X-Spam_report: (-6.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, kwolf@redhat.com, Michael Tokarev Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Fixes: 3d0d3c30ae3a259bff176f85a3efa2d0816695af Signed-off-by: Michael Tokarev --- qapi/qom.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qapi/qom.json b/qapi/qom.json index cd0e76d564..40d70c434a 100644 --- a/qapi/qom.json +++ b/qapi/qom.json @@ -251,8 +251,8 @@ # # @max_queue_size: the maximum number of packets to keep in the queue for # comparing with incoming packets from @secondary_in. If= the -# queue is full and addtional packets are received, the -# addtional packets are dropped. (default: 1024) +# queue is full and additional packets are received, the +# additional packets are dropped. (default: 1024) # # @vnet_hdr_support: if true, vnet header support is enabled (default: fal= se) # --=20 2.30.2