From: Eric Wong Date: Wed, 30 Oct 2019 20:46:25 +0000 (+0000) Subject: wwwlisting: fix spelling and clarify sub location X-Git-Tag: v1.2.0~13 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=9a306585752349cc0508135ecb11d1cb6a7d7f8f wwwlisting: fix spelling and clarify sub location Spell "Schwartzian" correctly, and clarify the location of "modified" since we have multiple subs named "modified" --- 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;