From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1499771-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 6B13815864F
	for <garchives@archives.gentoo.org>; Fri, 24 Mar 2023 03:58:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3F2E7E088C;
	Fri, 24 Mar 2023 03:58:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 17793E0876
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Mar 2023 03:58:49 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E5D80340C37
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Mar 2023 03:58:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0515991F
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Mar 2023 03:58:46 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1679627959.86196b77c8e1a8d5004d5caff6370a1016bf1df6.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/tilt/tilt-2.0.11.ebuild dev-ruby/tilt/tilt-2.1.0.ebuild
X-VCS-Directories: dev-ruby/tilt/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 86196b77c8e1a8d5004d5caff6370a1016bf1df6
X-VCS-Branch: master
Date: Fri, 24 Mar 2023 03:58:46 +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: 1280f02b-a6a4-4aa0-b995-05ec1a6554dd
X-Archives-Hash: 6d118d548bc11cee3aeda6814e4d422c

commit:     86196b77c8e1a8d5004d5caff6370a1016bf1df6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 03:19:19 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 03:19:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86196b77

dev-ruby/tilt: fix comment typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/tilt/tilt-2.0.11.ebuild | 4 ++--
 dev-ruby/tilt/tilt-2.1.0.ebuild  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/tilt/tilt-2.0.11.ebuild b/dev-ruby/tilt/tilt-2.0.11.ebuild
index e517e0e8b4d0..387bc08f7157 100644
--- a/dev-ruby/tilt/tilt-2.0.11.ebuild
+++ b/dev-ruby/tilt/tilt-2.0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,7 +23,7 @@ IUSE=""
 
 # Block on some of the potential test dependencies. These dependencies
 # are optional for the test suite, and we don't want to depend on all of
-# them to faciliate keywording and stabling.
+# them to facilitate keywording and stabling.
 ruby_add_bdepend "test? (
 	dev-ruby/erubis
 	dev-ruby/nokogiri

diff --git a/dev-ruby/tilt/tilt-2.1.0.ebuild b/dev-ruby/tilt/tilt-2.1.0.ebuild
index a1ad7679472a..1d30cb933e13 100644
--- a/dev-ruby/tilt/tilt-2.1.0.ebuild
+++ b/dev-ruby/tilt/tilt-2.1.0.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~
 
 # Block on some of the potential test dependencies. These dependencies
 # are optional for the test suite, and we don't want to depend on all of
-# them to faciliate keywording and stabling.
+# them to facilitate keywording and stabling.
 ruby_add_bdepend "test? (
 	dev-ruby/erubi
 	dev-ruby/nokogiri