From 9a306585752349cc0508135ecb11d1cb6a7d7f8f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 30 Oct 2019 20:46:25 +0000 Subject: [PATCH] wwwlisting: fix spelling and clarify sub location Spell "Schwartzian" correctly, and clarify the location of "modified" since we have multiple subs named "modified" --- lib/PublicInbox/WwwListing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.44.0