From: Jesse Vincent Date: Sat, 1 Aug 2009 20:57:53 +0000 (+0100) Subject: Minor typo fix in a comment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=96db07ef414b20c24036385bd32e57682ad9ac42;p=p5sagit%2Fp5-mst-13.2.git Minor typo fix in a comment --- diff --git a/Porting/makemeta b/Porting/makemeta index 2ebaf07..167209a 100644 --- a/Porting/makemeta +++ b/Porting/makemeta @@ -1,7 +1,7 @@ #!./perl -w # this script must be run by the current perl to get perl's version right # -# Create a META.yml file in the current directory. Muyst be run from the +# Create a META.yml file in the current directory. Must be run from the # root directory of a perl source tree. use strict;