From 035e22890fac8eca6dbb0e28757a879a74e98c87 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 24 Sep 2022 10:24:46 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20(from=20=E2=86=92=20form)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes GH-9609. --- ext/phar/phar/pharcommand.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/phar/pharcommand.inc b/ext/phar/phar/pharcommand.inc index fdc43654dd7..17c5c6051fa 100644 --- a/ext/phar/phar/pharcommand.inc +++ b/ext/phar/phar/pharcommand.inc @@ -1298,7 +1298,7 @@ class PharCommand extends CLICommand */ public function cli_cmd_inf_meta_get() { - return "Get meta information of a PHAR entry or a PHAR package in serialized from. " . + return "Get meta information of a PHAR entry or a PHAR package in serialized form. " . "If no output file is specified for meta data then stdout is being used.\n" . "You can also specify a particular index using -k. In that case the metadata is " . "expected to be an array and the value of the given index is returned using echo " .