git: 2f669619ac49 - stable/12 - pkg(8): Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 07:56:03 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=2f669619ac493246f0afcddefd0c2d20b42eb5f2

commit 2f669619ac493246f0afcddefd0c2d20b42eb5f2
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 15:28:16 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:54:59 +0000

    pkg(8): Remove a double word in a source code comment
    
    - s/that that/that/
    
    (cherry picked from commit 990878b07f4a452d3e4c01e98001f94e3a868fb1)
---
 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 7f66bdf663d3..f759a3c31d1f 100644
--- a/usr.sbin/pkg/pkg.c
+++ b/usr.sbin/pkg/pkg.c
@@ -1221,10 +1221,10 @@ main(int argc, char *argv[])
 	}
 
 	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");