From 8137ba17b64fd70b8179b5f5431ace7b5d7a0b7a Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 31 Aug 2024 10:24:18 +0100 Subject: [PATCH] cat: squash s/it/is/ typo (#2292) Closes: https://github.com/libarchive/libarchive/issues/2128 Signed-off-by: Emil Velikov --- cat/bsdcat.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cat/bsdcat.1 b/cat/bsdcat.1 index 9fa66d60e..5d4944267 100644 --- a/cat/bsdcat.1 +++ b/cat/bsdcat.1 @@ -39,7 +39,7 @@ expands files to standard output. .Nm typically takes a filename as an argument or reads standard input when used in a pipe. -In both cases decompressed data it written to standard output. +In both cases decompressed data is written to standard output. .Sh EXAMPLES To decompress a file: .Pp -- 2.47.3