Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2023 15:04:01 GMT
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1e3214571b78 - main - printenv: fix typo in a comment
Message-ID:  <202309271504.38RF41Mv043320@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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