Date: Mon, 6 Oct 2025 14:06:13 GMT From: Jose Luis Duran <jlduran@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: e4e196585cf3 - stable/15 - release: packages: Fix grammar in pkg description Message-ID: <202510061406.596E6DiM093894@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510061406.596E6DiM093894>