The branch stable/13 has been updated by imp:

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

commit dd0f829b5ca33a1ecc742292f99c990f7a43550b
Author:     Elyes HAOUAS <[email protected]>
AuthorDate: 2021-11-06 11:59:36 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2021-12-06 15:55:55 +0000

    release/packages/Makefile.package: Fix typo
    
    "librairies" --> "libraries"
    
    Signed-off-by: Elyes HAOUAS <[email protected]>
    Pull Request: https://github.com/freebsd/freebsd-src/pull/553
    (cherry picked from commit 04912a8d1c15f9771545059032eedb9b0fea6e70)
---
 release/packages/Makefile.package | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release/packages/Makefile.package 
b/release/packages/Makefile.package
index eef58af542e4..1da4cd7d2b64 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -90,8 +90,8 @@ tests_COMMENT=                Test Suite
 tests_DESC=            Test Suite
 unbound_COMMENT=       Unbound DNS Resolver
 unbound_DESC=          Unbound DNS Resolver
-utilities_COMMENT=     Non-vital programs and librairies
-utilities_DESC=                Non-vital programs and librairies
+utilities_COMMENT=     Non-vital programs and libraries
+utilities_DESC=                Non-vital programs and libraries
 vi_COMMENT=            Vi Editor
 vi_DESC=               Vi Editor
 wpa_COMMENT=           802.11 Supplicant

Reply via email to