From 84a17a97ced7c644c540ff2ca3ad5b361f58f060 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Wed, 17 Apr 2013 11:48:46 +0000 Subject: [PATCH] - Correct mispellings of word and Submitted by: Christoph Mallon (via private mail) --- share/i18n/csmapper/KAZAKH/KZ1048%UCS.src | 2 +- share/i18n/csmapper/KAZAKH/UCS%KZ1048.src | 2 +- sys/dev/sound/pci/emu10kx.c | 2 +- tools/tools/notescheck/notescheck.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src b/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src index ca299dba179e..0249d73e62ac 100644 --- a/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src +++ b/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src @@ -23,7 +23,7 @@ BEGIN_MAP # Yes # Published specification(s): # The official Standard STRK1048-2002 was created by the Committee of standartization of -# Ministry of economy and trade of Kazakhstan Republic ans was published in print by the +# Ministry of economy and trade of Kazakhstan Republic and was published in print by the # Kazakhstan Standard Committee, Astana, February 7, 2002 # # Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html diff --git a/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src b/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src index 5d1227ec0b85..e72b325b7ee7 100644 --- a/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src +++ b/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src @@ -23,7 +23,7 @@ BEGIN_MAP # Yes # Published specification(s): # The official Standard STRK1048-2002 was created by the Committee of standartization of -# Ministry of economy and trade of Kazakhstan Republic ans was published in print by the +# Ministry of economy and trade of Kazakhstan Republic and was published in print by the # Kazakhstan Standard Committee, Astana, February 7, 2002 # # Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html diff --git a/sys/dev/sound/pci/emu10kx.c b/sys/dev/sound/pci/emu10kx.c index 35a49571aeaf..4503c05581df 100644 --- a/sys/dev/sound/pci/emu10kx.c +++ b/sys/dev/sound/pci/emu10kx.c @@ -1928,7 +1928,7 @@ emu_initefx(struct emu_sc_info *sc) /* * Substream map (in byte offsets, each substream is 2 bytes): * 0x00..0x1E - outputs - * 0x20..0x3E - FX, inputs ans sync stream + * 0x20..0x3E - FX, inputs and sync stream */ /* First 2 channels (offset 0x20,0x22) are empty */ diff --git a/tools/tools/notescheck/notescheck.py b/tools/tools/notescheck/notescheck.py index 35915b9864c8..8e233870b261 100644 --- a/tools/tools/notescheck/notescheck.py +++ b/tools/tools/notescheck/notescheck.py @@ -93,7 +93,7 @@ def warn(self): 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()))