about summary refs log tree commit homepage
path: root/lib/PublicInbox/SolverGit.pm
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-01-24 22:09:33 +0000
committerEric Wong <e@yhbt.net>2020-01-25 09:00:55 +0000
commit021b862ac94f1c226f0778a336d4f3d566b86f9b (patch)
treeaab5f544af4b3933fc19cd9e8ef1b337f5c372f3 /lib/PublicInbox/SolverGit.pm
parentcf7f4fce116878025fbb98bc589fb1da050cf473 (diff)
downloadpublic-inbox-021b862ac94f1c226f0778a336d4f3d566b86f9b.tar.gz
While both can be correct, the former seems more common,
is shorter, and is also consistent with the spelling found
in the AGPL-3.0 text.
Diffstat (limited to 'lib/PublicInbox/SolverGit.pm')
-rw-r--r--lib/PublicInbox/SolverGit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/SolverGit.pm b/lib/PublicInbox/SolverGit.pm
index baad981d..06b4cdc4 100644
--- a/lib/PublicInbox/SolverGit.pm
+++ b/lib/PublicInbox/SolverGit.pm
@@ -5,7 +5,7 @@
 # searching inboxes for post-image blobs.
 
 # this emits a lot of debugging/tracing information which may be
-# publically viewed over HTTP(S).  Be careful not to expose
+# publicly viewed over HTTP(S).  Be careful not to expose
 # local filesystem layouts in the process.
 package PublicInbox::SolverGit;
 use strict;