Skip to content

Commit 389b970

Browse files
authored
Merge pull request #2412 from jimklimov/dict-report
Some more reconciliation of NUT vs NUT-WEBSITE dictionaries
2 parents c5afa9d + f490b66 commit 389b970

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

docs/Makefile.am

+3-3
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ spellcheck:
554554
done ; \
555555
if test -n "$$FAILED" ; then \
556556
echo "=====================================================================" ; \
557-
echo "FAILED automatic spellcheck for the following sources (relative to `pwd`): $$FAILED" ; \
557+
echo "FAILED automatic spellcheck for the following sources (relative to `pwd`) using custom dictionary file '$(NUT_SPELL_DICT)': $$FAILED" ; \
558558
echo "=====================================================================" ; \
559559
echo "Please 'cd $(abs_top_builddir) && make spellcheck-interactive'"; \
560560
echo "to either fix document sources or update the dictionary of accepted"; \
@@ -601,13 +601,13 @@ spellcheck-interactive:
601601
FAILED="$$FAILED $(SPELLCHECK_SRCDIR)/$$docsrc"; \
602602
done ; \
603603
if test -n "$$FAILED" ; then \
604-
echo "FAILED interactive spellcheck for the following sources (relative to `pwd`): $$FAILED" >&2 ; \
604+
echo "FAILED interactive spellcheck for the following sources (relative to `pwd`) using custom dictionary file '$(NUT_SPELL_DICT)': $$FAILED" >&2 ; \
605605
exit 1; \
606606
fi ; exit 0
607607
+$(MAKE) $(AM_MAKEFLAGS) spellcheck-sortdict
608608
@echo "------------------------------------------------------------------------"; \
609609
echo "Custom dictionary file $(NUT_SPELL_DICT) may have been updated now."; \
610-
echo "Use 'git add -p docs/$(NUT_SPELL_DICT) && git checkout -- docs/$(NUT_SPELL_DICT) && make spellcheck-sortdict && git add -p docs/$(NUT_SPELL_DICT)'"; \
610+
echo "Use e.g. 'git add -p docs/$(NUT_SPELL_DICT) && git checkout -- docs/$(NUT_SPELL_DICT) && make spellcheck-sortdict && git add -p docs/$(NUT_SPELL_DICT)'"; \
611611
echo "to review changes (please DO NOT REMOVE LINES that aspell chose to drop,"; \
612612
echo "because other systems might not know these words in their system dictionaries)"; \
613613
echo "------------------------------------------------------------------------"

docs/nut.dict

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
personal_ws-1.1 en 3163 utf-8
1+
personal_ws-1.1 en 3151 utf-8
22
AAC
33
AAS
44
ABI
@@ -37,8 +37,6 @@ ATT
3737
ATTRS
3838
ATX
3939
ATs
40-
AUTOCOMMIT
41-
AUTOPUSH
4240
AVL
4341
AVR
4442
AVRLCD
@@ -867,7 +865,6 @@ PSX
867865
PThreads
868866
PULS
869867
PV
870-
PWLv
871868
PWR
872869
PXG
873870
PYTHONPATH
@@ -973,7 +970,6 @@ REDi
973970
REFREPO
974971
REPLBATT
975972
REQSSL
976-
RESPIN
977973
RETPCT
978974
REXX
979975
RK
@@ -1014,7 +1010,6 @@ Rickard
10141010
Ridgway
10151011
Riihikallio
10161012
Rik
1017-
RntmK
10181013
Rocketfish
10191014
Rodrigues
10201015
Rodríguez
@@ -1033,7 +1028,6 @@ SDA
10331028
SDE
10341029
SDFLAG
10351030
SDR
1036-
SDRnnnnn
10371031
SDT
10381032
SELFTEST
10391033
SELinux
@@ -1209,7 +1203,6 @@ TTT
12091203
TXF
12101204
TXG
12111205
TXV
1212-
TXVxx
12131206
Tchakhmakhtchian
12141207
TcpClient
12151208
Technic
@@ -1866,9 +1859,6 @@ fffdddxxx
18661859
ffff
18671860
fi
18681861
fightwarn
1869-
figlineint
1870-
figoffline
1871-
figonline
18721862
filename
18731863
filenames
18741864
filesystem
@@ -2660,7 +2650,6 @@ runlevel
26602650
runnable
26612651
runtime
26622652
runtimecal
2663-
runtimek
26642653
runtimes
26652654
rva
26662655
rw
@@ -2889,7 +2878,6 @@ timehead
28892878
timername
28902879
timestamp
28912880
timeticks
2892-
tiocm
28932881
tios
28942882
tmp
28952883
tmpfiles

0 commit comments

Comments
 (0)