diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2017-05-01 13:44:17 +0100 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-05-03 18:07:53 +0000 |
commit | bccbd30bb6d0c20635d3f23e8d63f3f8170d3c46 (patch) | |
tree | 9dd610f85f66a62939d52ee3e7854f1d231a6235 /usr/src/tools/onbld/Checks/SpellCheck.py | |
parent | 719db50f9baba455978a31987e3e235ebd8a1592 (diff) | |
download | illumos-joyent-bccbd30bb6d0c20635d3f23e8d63f3f8170d3c46.tar.gz |
8138 Improve manpage spelling
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Cody Mello <melloc@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/tools/onbld/Checks/SpellCheck.py')
-rw-r--r-- | usr/src/tools/onbld/Checks/SpellCheck.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/tools/onbld/Checks/SpellCheck.py b/usr/src/tools/onbld/Checks/SpellCheck.py index 8923b41818..01b24d25cb 100644 --- a/usr/src/tools/onbld/Checks/SpellCheck.py +++ b/usr/src/tools/onbld/Checks/SpellCheck.py @@ -26,7 +26,7 @@ import re, sys spellMsg = '%s: Line %d contains "%s", a common misspelling of "%s"\n' -altMsg = '%s: Lined %d contains "%s"; please use "%s" instead for consistency with other documentation\n' +altMsg = '%s: Line %d contains "%s"; please use "%s" instead for consistency with other documentation\n' misspellings = { 'absense': 'absence', @@ -230,6 +230,7 @@ misspellings = { 'transfered': 'transferred', 'truely': 'truly', 'trustworthyness': 'trustworthiness', + 'uncommited': 'uncommitted', 'unforseen': 'unforeseen', 'unfortunatly': 'unfortunately', 'unsuccessfull': 'unsuccessful', |