From f916fcaaae92aa57dd1d644badd1979bd93a4d35 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 18 Jan 2016 17:53:44 -0500 Subject: Add support for spellchecking with a custom dictionary. To use: 1. Install aspell 2. waf spell * waf spell mydoc.rst * waf spell *.rst This uses a custom dictionary stored in common/spell/dict/. We should add all RTEMS and programming terms to this to ensure we are consistent. Amar. --- common/spell/en_GB-ise-w_accents.multi | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common/spell/en_GB-ise-w_accents.multi (limited to 'common/spell/en_GB-ise-w_accents.multi') diff --git a/common/spell/en_GB-ise-w_accents.multi b/common/spell/en_GB-ise-w_accents.multi new file mode 100644 index 0000000..ba27862 --- /dev/null +++ b/common/spell/en_GB-ise-w_accents.multi @@ -0,0 +1,3 @@ +# Generated with Aspell Dicts "proc" script version 0.60.4 +add en-common.rws +add en_GB-ise-w_accents-only.rws -- cgit v1.2.3