about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiQuery.pm
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2022-07-01 16:04:20 +0200
committerEric Wong <e@80x24.org>2022-07-01 16:12:00 +0000
commit84b7b8b9a0897c1f062e304aa6d16e2ea819fece (patch)
tree1bec13f18dff9d6173c9077870e170a3a5990136 /lib/PublicInbox/LeiQuery.pm
parent70209c643bd5b21d369dff684218714f5186993b (diff)
downloadpublic-inbox-84b7b8b9a0897c1f062e304aa6d16e2ea819fece.tar.gz
This was pointed out by the Debian package linter "lintian".
Diffstat (limited to 'lib/PublicInbox/LeiQuery.pm')
-rw-r--r--lib/PublicInbox/LeiQuery.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiQuery.pm b/lib/PublicInbox/LeiQuery.pm
index 51ee3d9c..c998e5c0 100644
--- a/lib/PublicInbox/LeiQuery.pm
+++ b/lib/PublicInbox/LeiQuery.pm
@@ -185,7 +185,7 @@ sub _complete_q {
 # FIXME: Getopt::Long doesn't easily let us support support options with
 # '.' in them (e.g. --http1.1)
 # TODO: should we depend on "-c http.*" options for things which have
-# analogues in git(1)? that would reduce likelyhood of conflicts with
+# analogues in git(1)? that would reduce likelihood of conflicts with
 # our other CLI options
 # Note: some names are renamed to avoid potential conflicts,
 # see %lei2curl in lib/PublicInbox/LeiCurl.pm