about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-04-07 21:55:54 +0000
committerEric Wong <e@yhbt.net>2020-04-09 05:41:57 +0000
commit4da62f284003d75abe7cb35594414eb2224f42bc (patch)
treedd25b2c4be46c954176c2a85f14e13709bf5d5dd /lib/PublicInbox/SearchIdx.pm
parentcffc7d4fc1c36169654f8447b23b3c5c43830eed (diff)
downloadpublic-inbox-4da62f284003d75abe7cb35594414eb2224f42bc.tar.gz
Dikshunarees R gude!
Diffstat (limited to 'lib/PublicInbox/SearchIdx.pm')
-rw-r--r--lib/PublicInbox/SearchIdx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/SearchIdx.pm b/lib/PublicInbox/SearchIdx.pm
index 9a5484e3..05689941 100644
--- a/lib/PublicInbox/SearchIdx.pm
+++ b/lib/PublicInbox/SearchIdx.pm
@@ -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 ($?) {