Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 15:28:27 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 990878b07f4a - main - pkg(8): Remove a double word in a source code comment
Message-ID:  <202209041528.284FSRnd046658@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=990878b07f4a452d3e4c01e98001f94e3a868fb1

commit 990878b07f4a452d3e4c01e98001f94e3a868fb1
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 15:28:16 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 15:28:16 +0000

    pkg(8): Remove a double word in a source code comment
    
    - s/that that/that/
    
    MFC after:      3 days
---
 usr.sbin/pkg/pkg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c
index 393d1af1d69e..7b574dc42db2 100644
--- a/usr.sbin/pkg/pkg.c
+++ b/usr.sbin/pkg/pkg.c
@@ -1230,10 +1230,10 @@ main(int argc, char *argv[])
 		fetchDebug = 1;
 
 	if ((bootstrap_only && force) || access(pkgpath, X_OK) == -1) {
-		/* 
+		/*
 		 * To allow 'pkg -N' to be used as a reliable test for whether
 		 * a system is configured to use pkg, don't bootstrap pkg
-		 * when that that option is passed.
+		 * when that option is passed.
 		 */
 		if (activation_test)
 			errx(EXIT_FAILURE, "pkg is not installed");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209041528.284FSRnd046658>