From 2def85ea1cf12cdc3fefd1c133efa351e35cca75 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Thu, 23 Apr 2009 13:02:23 +0200 Subject: [PATCH] Show transformation progress when verbose. --- lib/graphincludes/extractor/perl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graphincludes/extractor/perl.pm b/lib/graphincludes/extractor/perl.pm index bc0d715..4596dbd 100644 --- a/lib/graphincludes/extractor/perl.pm +++ b/lib/graphincludes/extractor/perl.pm @@ -32,7 +32,7 @@ use graphincludes::params; # with a name corresponding to the un-eval'ed expression. sub get_default_sysincludes { - # since this program does mess wih @INC, we must ask another perl + # since this program does mess with @INC, we must ask another perl # what it thinks @INC is open INC, 'perl -e \'print join "\n", @INC\' |'; my @incs; -- 2.11.4.GIT