The following commit has been merged in the master branch:
commit 88924b0cac330d8df3c50e5919d4dfaf0c353f14
Author: Ville Skyttä <[email protected]>
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

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to