about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwListing.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-30 20:46:25 +0000
committerEric Wong <e@80x24.org>2019-10-30 20:50:40 +0000
commit9a306585752349cc0508135ecb11d1cb6a7d7f8f (patch)
treefffe9cf16ff84680470b588627bf04922c59f2d6 /lib/PublicInbox/WwwListing.pm
parentdc84f78e4b3c7f5c8384fbf5a6b538ac1826a604 (diff)
downloadpublic-inbox-9a306585752349cc0508135ecb11d1cb6a7d7f8f.tar.gz
Spell "Schwartzian" correctly, and clarify the location of
"modified" since we have multiple subs named "modified"
Diffstat (limited to 'lib/PublicInbox/WwwListing.pm')
-rw-r--r--lib/PublicInbox/WwwListing.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/WwwListing.pm b/lib/PublicInbox/WwwListing.pm
index c5e16eb2..03534f03 100644
--- a/lib/PublicInbox/WwwListing.pm
+++ b/lib/PublicInbox/WwwListing.pm
@@ -96,7 +96,7 @@ sub html ($$) {
                 $title .= ' - listing';
                 $code = 200;
 
-                # Swartzian transform since ->modified is expensive
+                # Schwartzian transform since Inbox->modified is expensive
                 @$list = sort {
                         $b->[0] <=> $a->[0]
                 } map { [ $_->modified, $_ ] } @$list;