diff options
author | Cody Peter Mello <cody.mello@joyent.com> | 2016-03-24 00:46:42 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-06-20 21:46:44 -0700 |
commit | f3a07f941f1be263a48a040c059edbcb722cf436 (patch) | |
tree | fff9199a9afa56c93094f7136e54a61148e5a6f5 /usr/src/tools/onbld/Checks | |
parent | 1b2031a95889aea96be6af55dcf31a0d5ffdfed9 (diff) | |
download | illumos-joyent-f3a07f941f1be263a48a040c059edbcb722cf436.tar.gz |
4712 Prefer 'parsable' over 'parseable' in the manual pages
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/tools/onbld/Checks')
-rw-r--r-- | usr/src/tools/onbld/Checks/SpellCheck.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/tools/onbld/Checks/SpellCheck.py b/usr/src/tools/onbld/Checks/SpellCheck.py index 13ab16c7c2..8923b41818 100644 --- a/usr/src/tools/onbld/Checks/SpellCheck.py +++ b/usr/src/tools/onbld/Checks/SpellCheck.py @@ -242,6 +242,7 @@ misspellings = { } alternates = { + 'parseable': 'parsable', 'sub-command': 'subcommand', 'sub-commands': 'subcommands', 'writeable': 'writable' |