X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FSearchThread.pm;fp=lib%2FPublicInbox%2FSearchThread.pm;h=38d1aa6e2c99e961b7caae4562adf840ef5e59b8;hb=4da62f284003d75abe7cb35594414eb2224f42bc;hp=8b2cb8059db94043affbbf82abbfbea2eddb57ba;hpb=cffc7d4fc1c36169654f8447b23b3c5c43830eed;p=public-inbox.git diff --git a/lib/PublicInbox/SearchThread.pm b/lib/PublicInbox/SearchThread.pm index 8b2cb805..38d1aa6e 100644 --- a/lib/PublicInbox/SearchThread.pm +++ b/lib/PublicInbox/SearchThread.pm @@ -29,7 +29,7 @@ sub thread { # Sadly, we sort here anyways since the fill-in-the-blanks References: # can be shakier if somebody used In-Reply-To with multiple, disparate # messages. So, take the client Date: into account since we can't - # alway determine ordering when somebody uses multiple In-Reply-To. + # always determine ordering when somebody uses multiple In-Reply-To. # We'll trust the client Date: header here instead of the Received: # time since this is for display (and not retrieval) _add_message($id_table, $_) for sort { $a->{ds} <=> $b->{ds} } @$msgs;