From ec36fc8cf80e41c778509b8d21e9fa6275daceac Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 9 Oct 2025 18:18:06 -0400 Subject: [PATCH] Also spellcheck README.md. --- README.md | 2 +- tests/manpage-personal-dict | 13 +++++++++++++ tests/test-rem | 1 + 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d4648de..25e885bd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Remind is a full-featured calendar/alarm program. Copying policy is in the file "COPYRIGHT" included with the source; Remind is licensed under -the GNU General Public License, Vesion 2. +the GNU General Public License, Version 2. ## Prerequisites: diff --git a/tests/manpage-personal-dict b/tests/manpage-personal-dict index 75b6b60b..e1cdfe90 100644 --- a/tests/manpage-personal-dict +++ b/tests/manpage-personal-dict @@ -2,6 +2,7 @@ 00am 00pm 00test +0SNgvsDvx7M 0m 0x 0x1F @@ -200,6 +201,7 @@ Kristian LANGID LDFLAGS LGBTQ +LLM LOGNAME LRM Laatste @@ -257,6 +259,7 @@ Neuhauser NextMode Niels Nieuwe +Noto Num NumFullOmits NumPartialOmits @@ -457,6 +460,7 @@ baseyr behaviour bg c12 +cairo calprefix calsuffix caltype @@ -496,6 +500,7 @@ daysinprevmonth daystart defs dev +devel dfs dh difftime @@ -616,8 +621,11 @@ leapyears len lgbtq libcairo +libjson libpango +libreadline lineno +linux listbox localomit localtoutc @@ -630,6 +638,7 @@ lz maan makefile maxlen +maybexs mbchar mbindex mbstrlen @@ -689,6 +698,7 @@ nonomitted noreminders nostripped notesize +noto nqueued num ok @@ -704,6 +714,7 @@ overmorgen p12 packlist padstr +pango passthru patchlevel pathnames @@ -781,6 +792,7 @@ stylesheet subprocess subst substr +sudo sundAy svg symlink @@ -853,6 +865,7 @@ typeof tz tzconvert ubitux +ui uid unbuffered undefine diff --git a/tests/test-rem b/tests/test-rem index b03b01e8..3bb96062 100644 --- a/tests/test-rem +++ b/tests/test-rem @@ -678,6 +678,7 @@ hunspell /dev/null < /dev/null > /dev/null 2>&1 if test $? = 0; then cat ../man/*.1 | hunspell -l -n -p manpage-personal-dict >> $OUT 2>&1 cat ../docs/WHATSNEW | hunspell -l -p manpage-personal-dict >> $OUT 2>&1 + cat ../README.md | hunspell -l -p manpage-personal-dict >> $OUT 2>&1 fi echo "" >> $OUT