git: 34a9dbafec4c - main - sysutils/xxd: Fix typos.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 23:22:53 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=34a9dbafec4cefd45b0e5a9b3bbc01b3d372d699 commit 34a9dbafec4cefd45b0e5a9b3bbc01b3d372d699 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-03-31 23:22:10 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-03-31 23:22:10 +0000 sysutils/xxd: Fix typos. PR: 270571 --- sysutils/xxd/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/xxd/pkg-descr b/sysutils/xxd/pkg-descr index 1a5c47503439..e320e7206587 100644 --- a/sysutils/xxd/pkg-descr +++ b/sysutils/xxd/pkg-descr @@ -1,4 +1,4 @@ -Standalone xxd utility fromt eh vim editor ditribution. +Standalone xxd utility from the vim editor distribution. Xxd creates an hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form.