[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 5b8596231cae2869d0ddf8074d07d3202477f4a7

Ville Skyttä ville.skytta at iki.fi
Tue Nov 16 20:52:20 UTC 2010


The following commit has been merged in the master branch:
commit 88924b0cac330d8df3c50e5919d4dfaf0c353f14
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Nov 16 22:25:01 2010 +0200

    Comment spelling fix.

diff --git a/completions/helpers/perl b/completions/helpers/perl
index dc44d71..3c3a56b 100755
--- a/completions/helpers/perl
+++ b/completions/helpers/perl
@@ -8,7 +8,7 @@ my %seen;
 sub print_modules_real {
     my ($base, $dir, $word) = @_;
 
-    # returns immediatly if the base doesn't match
+    # return immediately if the base doesn't match
     return if $base && $base !~ /^\Q$word/;
 
     chdir($dir) or return;

-- 
bash-completion



More information about the Bash-completion-commits mailing list