about summary refs log tree commit homepage
path: root/t/search.t
diff options
context:
space:
mode:
Diffstat (limited to 't/search.t')
-rw-r--r--t/search.t2
1 files changed, 1 insertions, 1 deletions
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");