From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1593300-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 1418915838C
	for <garchives@archives.gentoo.org>; Mon, 22 Jan 2024 11:29:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 11192E2A6D;
	Mon, 22 Jan 2024 11:29:39 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E83BCE2A6E
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jan 2024 11:29:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E479B34329C
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jan 2024 11:29:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FCF014C9
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jan 2024 11:29:35 +0000 (UTC)
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org>
Message-ID: <1705922961.55c46b801beca482d79587fa6bf6371732f85c4f.mjo@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-gap/ctbllib/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-gap/ctbllib/ctbllib-1.3.6.ebuild
X-VCS-Directories: dev-gap/ctbllib/
X-VCS-Committer: mjo
X-VCS-Committer-Name: Michael Orlitzky
X-VCS-Revision: 55c46b801beca482d79587fa6bf6371732f85c4f
X-VCS-Branch: master
Date: Mon, 22 Jan 2024 11:29:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 54adf98b-c002-4b0c-b177-1207b736cbbb
X-Archives-Hash: ad8f521ce31a5ab9976b1ceb5cd552d1

commit:     55c46b801beca482d79587fa6bf6371732f85c4f
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 18:41:35 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 11:29:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c46b80

dev-gap/ctbllib: fix typo "the are" -> "these are"

Suggested-by: Max Horn <horn <AT> mathematik.uni-kl.de>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-gap/ctbllib/ctbllib-1.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-gap/ctbllib/ctbllib-1.3.6.ebuild b/dev-gap/ctbllib/ctbllib-1.3.6.ebuild
index e8ad5769cf78..07eedf502da9 100644
--- a/dev-gap/ctbllib/ctbllib-1.3.6.ebuild
+++ b/dev-gap/ctbllib/ctbllib-1.3.6.ebuild
@@ -21,7 +21,7 @@ BDEPEND="test? (
 	dev-gap/tomlib
 )"
 
-# The are "extra" docs and not the HTML produced by GAPDoc. The glob
+# These are "extra" docs and not the HTML produced by GAPDoc. The glob
 # gets expanded if we use a plain variable but not if we use a bash
 # array.
 HTML_DOCS="htm/*"