]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchIdx.pm
triewyde: ficks soem speling errrors
[public-inbox.git] / lib / PublicInbox / SearchIdx.pm
index 9a5484e30b81b8ac29bb9bbfa43816ac6ee04210..05689941e0b80bdaed9c6caca89c18846f57c5ea 100644 (file)
@@ -634,7 +634,7 @@ sub _git_log {
        my $git = $self->{git};
 
        if (index($range, '..') < 0) {
-               # don't show annoying git errrors to users who run -index
+               # don't show annoying git errors to users who run -index
                # on empty inboxes
                $git->qx(qw(rev-parse -q --verify), "$range^0");
                if ($?) {