Comment spelling fix.
authorVille Skyttä <ville.skytta@iki.fi>
Sun, 23 Jan 2011 20:35:24 +0000 (22:35 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 28 Jan 2011 13:17:11 +0000 (15:17 +0200)
Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
scripts/perl.req

index 07c5491..19fcb26 100755 (executable)
@@ -178,7 +178,7 @@ sub process_file {
        ) {
       my ($whitespace, $statement, $module, $version) = ($1, $2, $3, $4);
 
-      # we only consider require statements that are flush against
+      # we only consider require statements that are flushed against
       # the left edge. any other require statements give too many
       # false positives, as they are usually inside of an if statement
       # as a fallback module or a rarely used option