Skip to content

Commit d12759b

Browse files
autarchclaude
andcommitted
Fix typos found by the new typos check
Contributor surnames (Signes, Anye, Goess, Aas), "Portugese" as the old name of a renamed language module, and generated or fixture files are allowed rather than corrected, since changing those would be wrong. The dist.ini stopword changes with the POD it was covering. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 5e26c54 commit d12759b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stopwords = blockquote
3131
stopwords = blockquotes
3232
stopwords = colspan
3333
stopwords = doctype
34-
stopwords = escapeable
34+
stopwords = escapable
3535
stopwords = esque
3636
stopwords = html
3737
stopwords = inline

lib/Markdent/Dialect/Theory/SpanParser.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ __END__
3030
3131
This role is applied to a L<Markdent::Parser::SpanParser> in order to allow the
3232
pipe (|) and colon (:) characters to be backslash-escaped. These are used to
33-
mark tables, so they need to be escapeable.
33+
mark tables, so they need to be escapable.
3434
3535
=head1 ROLES
3636

0 commit comments

Comments
 (0)