diff options
author | gabor <gabor@FreeBSD.org> | 2013-04-17 11:48:46 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2013-04-17 11:48:46 +0000 |
commit | a1c987c2476101f49bd6a40f1ad6e4715d91d1e1 (patch) | |
tree | 676565390b44e8f34fd06cb299098009c2f4d89c /tools | |
parent | 301f6461b705e6ada2a67c58acd85d4af5d86551 (diff) | |
download | FreeBSD-src-a1c987c2476101f49bd6a40f1ad6e4715d91d1e1.zip FreeBSD-src-a1c987c2476101f49bd6a40f1ad6e4715d91d1e1.tar.gz |
- Correct mispellings of word and
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/notescheck/notescheck.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/notescheck/notescheck.py b/tools/tools/notescheck/notescheck.py index 35915b9..8e23387 100644 --- a/tools/tools/notescheck/notescheck.py +++ b/tools/tools/notescheck/notescheck.py @@ -93,7 +93,7 @@ class Option: return if global_platform in self.defines: - # If the device is defined globally ans is never tested, whine. + # If the device is defined globally and is never tested, whine. if len(self.tests) == 0: print('WARN: %s is defined globally but never tested' % \ (self.title())) |