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 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 common/spell/dict/rtems (limited to 'common/spell/dict') 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 -- cgit v1.2.3