From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1646065-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 CA14A15802E
	for <garchives@archives.gentoo.org>; Sun, 23 Jun 2024 19:39:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0D5C0E29F4;
	Sun, 23 Jun 2024 19:39:34 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E8D86E29F5
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2024 19:39:33 +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 30CC633BDE1
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2024 19:39:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A22B91C5C
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2024 19:39:31 +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: <1719171518.a5efaa090b92cb72bd57264b40af0b9e11ebb091.sam@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kscreenlocker/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-plasma/kscreenlocker/kscreenlocker-6.1.49.9999.ebuild kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
X-VCS-Directories: kde-plasma/kscreenlocker/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a5efaa090b92cb72bd57264b40af0b9e11ebb091
X-VCS-Branch: master
Date: Sun, 23 Jun 2024 19:39:31 +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: f6300df5-52ed-402a-9da6-dc49bb33047d
X-Archives-Hash: 394fd0f432a855f5b1da37f2857b4d6b

commit:     a5efaa090b92cb72bd57264b40af0b9e11ebb091
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 19:38:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 19:38:38 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a5efaa09

kde-plasma/kscreenlocker: fix typo in comment

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

 kde-plasma/kscreenlocker/kscreenlocker-6.1.49.9999.ebuild | 2 +-
 kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-6.1.49.9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-6.1.49.9999.ebuild
index ed69be3404..cd5a672bf0 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-6.1.49.9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-6.1.49.9999.ebuild
@@ -18,7 +18,7 @@ IUSE=""
 
 RESTRICT="test"
 
-# qtbase slot up: GuiPrivate use in greeter
+# qtbase slot op: GuiPrivate use in greeter
 COMMON_DEPEND="
 	dev-libs/wayland
 	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
index cfd69b2732..6dba996c9f 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
@@ -18,7 +18,7 @@ IUSE=""
 
 RESTRICT="test"
 
-# qtbase slot up: GuiPrivate use in greeter
+# qtbase slot op: GuiPrivate use in greeter
 COMMON_DEPEND="
 	dev-libs/wayland
 	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]