You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-Test-Synopsis/Test-Synopsis-0.15-Whitelis...

43 lines
1.2 KiB

From cf4a5f17e1fdece8a28d256ef9b5c0689cb40f10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Fri, 24 May 2019 10:28:31 +0200
Subject: [PATCH] =?UTF-8?q?Whitelist=20Mengu=C3=A9=20for=20spell=20checker?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
After upgrading Test-Spelling from 0.22 to 0.23 a new error emrged:
not ok 1 - POD spelling for lib/Test/Synopsis.pm
# Failed test 'POD spelling for lib/Test/Synopsis.pm'
# at xt/author/pod-spell.t line 11.
# Errors:
# Mengu
#
# All incorrect words, by number of occurrences:
# 1: Mengu
# Looks like you failed 1 test of 1.
This patch adds Mengué to the stopwords.
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
lib/Test/Synopsis.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/Test/Synopsis.pm b/lib/Test/Synopsis.pm
index 2e69d14..5abbae6 100644
--- a/lib/Test/Synopsis.pm
+++ b/lib/Test/Synopsis.pm
@@ -168,6 +168,7 @@ __END__
=for stopwords Goro blogged Znet Zoffix DOHERTY Doherty
KRYDE Ryde ZOFFIX Gr nauer Grünauer pm HEREDOC HEREDOCs DROLSKY
+ Mengué
=for test_synopsis $main::for_checked=1
--
2.20.1