X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fsearch.t;h=839a320ae6c63c0fb0ce43e6bac17dd6b58f3530;hp=3213ac2a9051a8b7c2b6f929ac2db08c78296646;hb=4da62f284003d75abe7cb35594414eb2224f42bc;hpb=cffc7d4fc1c36169654f8447b23b3c5c43830eed diff --git a/t/search.t b/t/search.t index 3213ac2a..839a320a 100644 --- a/t/search.t +++ b/t/search.t @@ -229,7 +229,7 @@ $ibx->with_umask(sub { $rw_commit->(); $ro->reopen; my $t = $ro->{over_ro}->get_thread('root@s'); - is(scalar(@$t), 4, "got all 4 mesages in thread"); + is(scalar(@$t), 4, "got all 4 messages in thread"); my @exp = sort($long_reply_mid, 'root@s', 'last@s', $long_mid); @res = filter_mids($t); is_deeply(\@res, \@exp, "get_thread works");