about summary refs log tree commit homepage
path: root/t/mda.t
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-04-07 21:55:54 +0000
committerEric Wong <e@yhbt.net>2020-04-09 05:41:57 +0000
commit4da62f284003d75abe7cb35594414eb2224f42bc (patch)
treedd25b2c4be46c954176c2a85f14e13709bf5d5dd /t/mda.t
parentcffc7d4fc1c36169654f8447b23b3c5c43830eed (diff)
downloadpublic-inbox-4da62f284003d75abe7cb35594414eb2224f42bc.tar.gz
Dikshunarees R gude!
Diffstat (limited to 't/mda.t')
-rw-r--r--t/mda.t2
1 files changed, 1 insertions, 1 deletions
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 ];