Skip to content

Commit 035e228

Browse files
committed
Fix typo (from → form)
Closes GH-9609.
1 parent 61c13eb commit 035e228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/phar/pharcommand.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ class PharCommand extends CLICommand
12981298
*/
12991299
public function cli_cmd_inf_meta_get()
13001300
{
1301-
return "Get meta information of a PHAR entry or a PHAR package in serialized from. " .
1301+
return "Get meta information of a PHAR entry or a PHAR package in serialized form. " .
13021302
"If no output file is specified for meta data then stdout is being used.\n" .
13031303
"You can also specify a particular index using -k. In that case the metadata is " .
13041304
"expected to be an array and the value of the given index is returned using echo " .

0 commit comments

Comments
 (0)