Date: Mon, 6 Oct 2025 12:55:41 GMT From: Jose Luis Duran <jlduran@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 893c3b857e60 - main - release: packages: Fix grammar in pkg description Message-ID: <202510061255.596Ctfh5060158@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510061255.596Ctfh5060158>