git: 893c3b857e60 - main - release: packages: Fix grammar in pkg description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Oct 2025 12:55:41 UTC
The branch main has been updated by jlduran:
URL: https://cgit.FreeBSD.org/src/commit/?id=893c3b857e6059f25865fefab93b323c8e345877
commit 893c3b857e6059f25865fefab93b323c8e345877
Author: Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2025-10-06 12:48:00 +0000
Commit: Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2025-10-06 12:50:59 +0000
release: packages: Fix grammar in pkg description
Reported by: ivy
Approved by: emaste (mentor)
MFC after: 1 hour
Differential Revision: https://reviews.freebsd.org/D52917
---
release/packages/ucl/ctf-all.ucl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release/packages/ucl/ctf-all.ucl b/release/packages/ucl/ctf-all.ucl
index 25d46ab9421a..970ac3ffb4fa 100644
--- a/release/packages/ucl/ctf-all.ucl
+++ b/release/packages/ucl/ctf-all.ucl
@@ -30,7 +30,7 @@ CTF is intended specifically for runtime program analyzers such as DTrace.
This package provides the ctfconvert(1), ctfdump(1) and ctfmerge(1) utilities
which are used to work with CTF data, and the libctf library which allows
-application to access CTF debugging information programmatically.
+applications to access CTF debugging information programmatically.
EOD
licenses = [ "CDDL-1.0" ]