diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-05-04 11:40:16 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-05-04 11:40:16 +0000 |
commit | 0f92020886a46f93cdd64dca50be0e4a1e1626c9 (patch) | |
tree | a78c048c02feccedc9ea36a9b4169bd999975c65 /usr/src/tools/onbld/Checks | |
parent | fdfe9d092a94f3271359e9c6b68846276c58d119 (diff) | |
parent | 22cc57556161a28b2141976ff578db2558def3e1 (diff) | |
download | illumos-joyent-0f92020886a46f93cdd64dca50be0e4a1e1626c9.tar.gz |
[illumos-gate merge]
commit 22cc57556161a28b2141976ff578db2558def3e1
8098 Some xdr_simple(3nsl) and xdr_complex(3nsl) functions can succeed for undefined xdrs->x_op values
commit bccbd30bb6d0c20635d3f23e8d63f3f8170d3c46
8138 Improve manpage spelling
commit 719db50f9baba455978a31987e3e235ebd8a1592
8142 bootadm: get_boot_cap() should test for both 32-bit and 64-bit kernel
commit 903134fe16f881063d995b98c1abaa8151f102b6
8146 Update hwdata - 20170502
commit 1a96bf60a6b9227444199581bdccccf87e84b308
8133 bootadm: is_ramdisk test is not functional
Diffstat (limited to 'usr/src/tools/onbld/Checks')
-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', |