]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/search.t
triewyde: ficks soem speling errrors
[public-inbox.git] / t / search.t
index 3213ac2a9051a8b7c2b6f929ac2db08c78296646..839a320ae6c63c0fb0ce43e6bac17dd6b58f3530 100644 (file)
@@ -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");