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/dict/rtems | 15 +++++++++++++++ common/spell/en_GB-ise-w_accents-only.rws | Bin 0 -> 92560 bytes common/spell/en_GB-ise-w_accents.multi | 3 +++ 3 files changed, 18 insertions(+) create mode 100644 common/spell/dict/rtems create mode 100644 common/spell/en_GB-ise-w_accents-only.rws create mode 100644 common/spell/en_GB-ise-w_accents.multi (limited to 'common/spell') diff --git a/common/spell/dict/rtems b/common/spell/dict/rtems new file mode 100644 index 0000000..4ee7367 --- /dev/null +++ b/common/spell/dict/rtems @@ -0,0 +1,15 @@ +personal_ws-1.1 en 14 +lseek +rtems +fstat +filesystems +filesystem +API +chown +pathname +APIs +unmount +TFTP +instantiation +IMFS +POSIX diff --git a/common/spell/en_GB-ise-w_accents-only.rws b/common/spell/en_GB-ise-w_accents-only.rws new file mode 100644 index 0000000..d248714 Binary files /dev/null and b/common/spell/en_GB-ise-w_accents-only.rws differ 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