git: 1e3214571b78 - main - printenv: fix typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Sep 2023 15:04:01 UTC
The branch main has been updated by asomers:
URL: https://cgit.FreeBSD.org/src/commit/?id=1e3214571b78a659ccf8174e1528546d5c385a20
commit 1e3214571b78a659ccf8174e1528546d5c385a20
Author: Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2023-09-27 15:02:58 +0000
Commit: Alan Somers <asomers@FreeBSD.org>
CommitDate: 2023-09-27 15:02:58 +0000
printenv: fix typo in a comment
[skip ci]
Reported by: gbe
MFC with: c989957f28ef5b03f594265612e3437c1e826ed4
Sponsored by: Axcient
---
usr.bin/printenv/tests/printenv_test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/printenv/tests/printenv_test.sh b/usr.bin/printenv/tests/printenv_test.sh
index 2bf809cb0977..754ad75d3b5b 100644
--- a/usr.bin/printenv/tests/printenv_test.sh
+++ b/usr.bin/printenv/tests/printenv_test.sh
@@ -3,7 +3,7 @@
#
# Copyright (c) 2023 The FreeBSD Foundation
#
-# This software was developed1 by Yan-Hao Wang <bses30074@gmail.com>
+# This software was developed by Yan-Hao Wang <bses30074@gmail.com>
# under sponsorship from the FreeBSD Foundation.
#
# Redistribution and use in source and binary forms, with or without