X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FView.pm;h=b6d7acaf64642d31c240febcf431891298e778c3;hp=33b323dce248670dc1da248b795419470b4c0019;hb=4da62f284003d75abe7cb35594414eb2224f42bc;hpb=cffc7d4fc1c36169654f8447b23b3c5c43830eed diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 33b323dc..b6d7acaf 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -150,7 +150,7 @@ sub in_reply_to { sub fold_addresses ($) { return $_[0] if length($_[0]) <= COLS; # try to fold on commas after non-word chars before $lim chars, - # Try to get the "," preceeded by ">" or ")", but avoid folding + # Try to get the "," preceded by ">" or ")", but avoid folding # on the comma where somebody uses "Lastname, Firstname". # We also try to keep the last and penultimate addresses in # the list on the same line if possible, hence the extra \z