git: e4e196585cf3 - stable/15 - release: packages: Fix grammar in pkg description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Oct 2025 14:06:13 UTC
The branch stable/15 has been updated by jlduran:
URL: https://cgit.FreeBSD.org/src/commit/?id=e4e196585cf341fe9f7f91bf2d6de5c1e0b92e43
commit e4e196585cf341fe9f7f91bf2d6de5c1e0b92e43
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 14:04:43 +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
(cherry picked from commit 893c3b857e6059f25865fefab93b323c8e345877)
---
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" ]