Comment spelling fix.
authorVille Skyttä <ville.skytta@iki.fi>
Sun, 24 Apr 2011 12:58:40 +0000 (15:58 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 29 Apr 2011 05:49:19 +0000 (08:49 +0300)
Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
scripts/perl.prov

index 9886dd9..32f27f2 100755 (executable)
@@ -159,7 +159,7 @@ sub process_file {
     if ($package && m/^\s*(our\s+)?\$(\Q$package\E::)?VERSION\s*=\s+/) {
 
       # first see if the version string contains the string
-      # '$Revision' this often causes bizzare strings and is the most
+      # '$Revision' this often causes bizarre strings and is the most
       # common method of non static numbering.
 
       if (m/(\$Revision: (\d+[.0-9]+))/) {