From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 151DE158086 for ; Sat, 9 Oct 2021 12:04:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3258CE07F9; Sat, 9 Oct 2021 12:03:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1DCEE07F9 for ; Sat, 9 Oct 2021 12:03:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33BA4342E35 for ; Sat, 9 Oct 2021 12:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC651116 for ; Sat, 9 Oct 2021 12:03:55 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1633780998.1875affac2e397fa5529d05ecd70a0139a544170.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: qmerge.c X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 1875affac2e397fa5529d05ecd70a0139a544170 X-VCS-Branch: master Date: Sat, 9 Oct 2021 12:03:55 +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: 3e28c269-1564-4002-8008-4f747f7dbed4 X-Archives-Hash: 77d5c0cf1c72942d4c021204c590dde1 commit: 1875affac2e397fa5529d05ecd70a0139a544170 Author: Sam James gentoo org> AuthorDate: Wed Sep 29 00:54:12 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Oct 9 12:03:18 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=1875affa qmerge: fix typo in output Signed-off-by: Sam James gentoo.org> Signed-off-by: Fabian Groffen gentoo.org> qmerge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmerge.c b/qmerge.c index aae3e26..6defd5b 100644 --- a/qmerge.c +++ b/qmerge.c @@ -2067,7 +2067,7 @@ int qmerge_main(int argc, char **argv) install = 0; warn("Using these options are likely to break your " "system at this point. export QMERGE=1; " - "if you think you know what your doing."); + "if you think you know what you're doing."); } }