git: 36c60a2fe7f6 - main - Mk/Uses/ssl.mk: Don't assume the gender of the user

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Tue, 24 Oct 2023 22:09:29 UTC
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>
 #