From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by sourceware.org (Postfix) with ESMTPS id 3F10E3858D28 for ; Mon, 17 Oct 2022 14:15:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3F10E3858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org Received: (Authenticated sender: dodji@seketeli.org) by mail.gandi.net (Postfix) with ESMTPSA id D50041BF214; Mon, 17 Oct 2022 14:15:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seketeli.org; s=gm1; t=1666016110; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TcPGjcLvzADs72B3S/uva/502C7g8lmNHfi8mklgkQE=; b=HIpdN4ok+P7W+GjHTaV6Ldj9Ve05xI3aNO/jGaCgBJ/FxpyWhCwBGGGfVF6iix3/wveIIp DcSXIy/EYjxnvFLzxwEkQxIuf2ZFvl3jDqjTVyUHHwWVpepyfwyJC4UbY/D4B4ghXj9VKF ioMtCifLKxzDvvYm/W2G4bVIm6rTtU7GdzzWMOrzRGXTgMJiIvL1oNq3zpJb5iCJSuNhiE JTV4IPES/mpC+nQyd4FmqLs3o3ikcv3qd1iV4sdv6gdfAvxGD4cdOfNsvw2v7qjyux4oQh T+CrpR9/jKThqPh5nfKPtk/7D/HiVWcGXA8vb4NE0X78CqPtIwTJJ28IHoVKZA== Received: by localhost (Postfix, from userid 1000) id 7C33B581C53; Mon, 17 Oct 2022 16:15:09 +0200 (CEST) From: Dodji Seketeli To: Xiaole He via Libabigail Cc: Xiaole He , Xiaole He Subject: Re: [PATCH] abg-diff-utils: fix typo in comments Organization: Me, myself and I References: <20221016070225.67404-1-hexiaole1994@126.com> X-Operating-System: Fedora 38 X-URL: http://www.seketeli.net/~dodji Date: Mon, 17 Oct 2022 16:15:09 +0200 In-Reply-To: <20221016070225.67404-1-hexiaole1994@126.com> (Xiaole He via Libabigail's message of "Sun, 16 Oct 2022 07:02:25 +0000") Message-ID: <87h702r0ya.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello Xiaole, Xiaole He via Libabigail a =C3=A9crit: > Fix typo in comments, from 'pased' to 'passed'. > > * src/abg-diff-utils.h: fix typo in comments > > Signed-off-by: Xiaole He Applied to the master branch, thanks! [...] Cheers, --=20 Dodji