From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id E7BB31580EB for ; Tue, 27 May 2025 02:32:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CAB1D34312C for ; Tue, 27 May 2025 02:32:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B9EC9110287; Tue, 27 May 2025 02:32:14 +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 bobolink.gentoo.org (Postfix) with ESMTPS id ABBAB110287 for ; Tue, 27 May 2025 02:32:14 +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 630213430A4 for ; Tue, 27 May 2025 02:32:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6B0923CC for ; Tue, 27 May 2025 02:32:12 +0000 (UTC) From: "Sam James" 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" Message-ID: <1748313000.93c2152b1c95cbbcecc568ccb11580c9e2630f08.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx/fcitx-5.1.12.ebuild X-VCS-Directories: app-i18n/fcitx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 93c2152b1c95cbbcecc568ccb11580c9e2630f08 X-VCS-Branch: master Date: Tue, 27 May 2025 02:32:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 79344669-ddb4-4789-9dec-64f66940d2a1 X-Archives-Hash: a67a8db46f9aecc9fe8e4382ffcb9ca7 commit: 93c2152b1c95cbbcecc568ccb11580c9e2630f08 Author: Sam James gentoo org> AuthorDate: Tue May 27 02:30:00 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 27 02:30:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c2152b app-i18n/fcitx: fix typo in pkg_postinst message Signed-off-by: Sam James gentoo.org> app-i18n/fcitx/fcitx-5.1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/fcitx/fcitx-5.1.12.ebuild b/app-i18n/fcitx/fcitx-5.1.12.ebuild index f87934b2c73c..ecbc21115d75 100644 --- a/app-i18n/fcitx/fcitx-5.1.12.ebuild +++ b/app-i18n/fcitx/fcitx-5.1.12.ebuild @@ -117,7 +117,7 @@ pkg_postinst() { xdg_pkg_postinst elog - elog "Follow the instrcutions on:" + elog "Follow the instructions on:" elog "https://wiki.gentoo.org/wiki/Fcitx#Using_Fcitx" elog "https://fcitx-im.org/wiki/Setup_Fcitx_5" elog "https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland"