Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2023 22:09:29 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 36c60a2fe7f6 - main - Mk/Uses/ssl.mk: Don't assume the gender of the user
Message-ID:  <202310242209.39OM9T9S042252@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=36c60a2fe7f6ffaaf92b650b7f6050c47771de57

commit 36c60a2fe7f6ffaaf92b650b7f6050c47771de57
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-10-24 22:03:59 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-24 22:08:28 +0000

    Mk/Uses/ssl.mk: Don't assume the gender of the user
---
 Mk/Uses/ssl.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/Uses/ssl.mk b/Mk/Uses/ssl.mk
index 6b7c09857f34..a8c95e4d9a4d 100644
--- a/Mk/Uses/ssl.mk
+++ b/Mk/Uses/ssl.mk
@@ -4,7 +4,7 @@
 # Usage:	USES=ssl
 # Valid ARGS:	none (build and run), build, run
 #
-# The user can choose which ssl library he wants with:
+# The user can choose which ssl library they want with:
 #
 # DEFAULT_VERSIONS+=	ssl=<openssl variant>
 #



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