aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@FreeBSD.org>2025-10-06 12:48:00 +0000
committerJose Luis Duran <jlduran@FreeBSD.org>2025-10-06 12:50:59 +0000
commit893c3b857e6059f25865fefab93b323c8e345877 (patch)
tree2f8333fa021bda7223dfe175217abe5d0b7856c1
parent5fda4690b4a1b471331ff819c372ac2476b60ab2 (diff)
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
-rw-r--r--release/packages/ucl/ctf-all.ucl2
1 files changed, 1 insertions, 1 deletions
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" ]