From 4da62f284003d75abe7cb35594414eb2224f42bc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 7 Apr 2020 21:55:54 +0000 Subject: triewyde: ficks soem speling errrors Dikshunarees R gude! --- t/data/0001.patch | 2 +- t/httpd-corner.t | 2 +- t/mda.t | 2 +- t/search.t | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 't') diff --git a/t/data/0001.patch b/t/data/0001.patch index b7964a2b..4d0e52fc 100644 --- a/t/data/0001.patch +++ b/t/data/0001.patch @@ -12,7 +12,7 @@ still allows probabilistic searches on everything that's in a "git diff", including the blob names which were just made boolean. -Note, attachment filenames ("n:" prefix) will stil use +Note, attachment filenames ("n:" prefix) will still use probabilistic search, as they're hardly standardized. --- lib/PublicInbox/Search.pm | 6 +++--- diff --git a/t/httpd-corner.t b/t/httpd-corner.t index cbfc8332..89f2866b 100644 --- a/t/httpd-corner.t +++ b/t/httpd-corner.t @@ -544,7 +544,7 @@ SKIP: { } { - my $conn = conn_for($sock, '1.1 Connnection: close'); + my $conn = conn_for($sock, '1.1 Connection: close'); $conn->write("PUT /sha1 HTTP/1.1\r\nConnection:close\r\n"); delay(); $conn->write("Content-Length: $len\r\n\r\n$str"); diff --git a/t/mda.t b/t/mda.t index 3bdccb49..ddc0c279 100644 --- a/t/mda.t +++ b/t/mda.t @@ -34,7 +34,7 @@ my $fail_bad_header = sub ($$$) { "no error on undeliverable ($msg)"); my $rev = $git->qx(qw(rev-list HEAD)); chomp $rev; - is($rev, $good_rev, "bad revision not commited ($msg)"); + is($rev, $good_rev, "bad revision not committed ($msg)"); @f = glob("$faildir/*/*"); is(scalar @f, 1, "faildir written to"); [ $in, $out, $err ]; 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"); -- cgit v1.2.3-24-ge0c7