Also spellcheck README.md.

This commit is contained in:
Dianne Skoll
2025-10-09 18:18:06 -04:00
parent 2afb71b233
commit ec36fc8cf8
3 changed files with 15 additions and 1 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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