From owner-svn-src-all@FreeBSD.ORG Wed Apr 17 11:48:47 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D07A2E9; Wed, 17 Apr 2013 11:48:47 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B33E61EF; Wed, 17 Apr 2013 11:48:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3HBml6x079291; Wed, 17 Apr 2013 11:48:47 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3HBmkwt079287; Wed, 17 Apr 2013 11:48:46 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <201304171148.r3HBmkwt079287@svn.freebsd.org> From: Gabor Kovesdan Date: Wed, 17 Apr 2013 11:48:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249587 - in head: share/i18n/csmapper/KAZAKH sys/dev/sound/pci tools/tools/notescheck X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 11:48:48 -0000 Author: gabor Date: Wed Apr 17 11:48:46 2013 New Revision: 249587 URL: http://svnweb.freebsd.org/changeset/base/249587 Log: - Correct mispellings of word and Submitted by: Christoph Mallon (via private mail) Modified: head/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src head/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src head/sys/dev/sound/pci/emu10kx.c head/tools/tools/notescheck/notescheck.py Modified: head/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src ============================================================================== --- head/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src Wed Apr 17 11:47:32 2013 (r249586) +++ head/share/i18n/csmapper/KAZAKH/KZ1048%UCS.src Wed Apr 17 11:48:46 2013 (r249587) @@ -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 Modified: head/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src ============================================================================== --- head/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src Wed Apr 17 11:47:32 2013 (r249586) +++ head/share/i18n/csmapper/KAZAKH/UCS%KZ1048.src Wed Apr 17 11:48:46 2013 (r249587) @@ -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 Modified: head/sys/dev/sound/pci/emu10kx.c ============================================================================== --- head/sys/dev/sound/pci/emu10kx.c Wed Apr 17 11:47:32 2013 (r249586) +++ head/sys/dev/sound/pci/emu10kx.c Wed Apr 17 11:48:46 2013 (r249587) @@ -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 */ Modified: head/tools/tools/notescheck/notescheck.py ============================================================================== --- head/tools/tools/notescheck/notescheck.py Wed Apr 17 11:47:32 2013 (r249586) +++ head/tools/tools/notescheck/notescheck.py Wed Apr 17 11:48:46 2013 (r249587) @@ -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()))