]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei_input: drop misplaced word from error message
authorKyle Meyer <kyle@kyleam.com>
Sun, 16 May 2021 02:39:33 +0000 (22:39 -0400)
committerEric Wong <e@80x24.org>
Sun, 16 May 2021 15:21:51 +0000 (15:21 +0000)
lib/PublicInbox/LeiInput.pm

index 8708356491965cbb1214c76d2d2249408b927430..cfdd362859d8750aed02ec273553f1b546eb9b12 100644 (file)
@@ -149,7 +149,7 @@ sub input_path_url {
                $self->input_fh($ifmt, $mbl->{fh}, $input, @args);
        } elsif (-d _ && (-d "$input/cur" || -d "$input/new")) {
                return $lei->fail(<<EOM) if $ifmt && $ifmt ne 'maildir';
-$input appears to be a maildir, not $ifmt
+$input appears to be a maildir, not $ifmt
 EOM
                PublicInbox::MdirReader->new->maildir_each_eml($input,
                                        $self->can('input_maildir_cb'),