svn commit: r298878 - head/usr.bin/localedef

Pedro F. Giffuni pfg at FreeBSD.org
Sun May 1 16:10:58 UTC 2016


Author: pfg
Date: Sun May  1 16:10:56 2016
New Revision: 298878
URL: https://svnweb.freebsd.org/changeset/base/298878

Log:
  localedef(1): minor spelling fixes on comments.
  
  No functional change.

Modified:
  head/usr.bin/localedef/charmap.c
  head/usr.bin/localedef/collate.c
  head/usr.bin/localedef/scanner.c
  head/usr.bin/localedef/time.c

Modified: head/usr.bin/localedef/charmap.c
==============================================================================
--- head/usr.bin/localedef/charmap.c	Sun May  1 14:27:27 2016	(r298877)
+++ head/usr.bin/localedef/charmap.c	Sun May  1 16:10:56 2016	(r298878)
@@ -324,7 +324,7 @@ add_charmap_char(const char *name, int v
 
 /*
  * POSIX insists that certain entries be present, even when not in the
- * orginal charmap file.
+ * original charmap file.
  */
 void
 add_charmap_posix(void)

Modified: head/usr.bin/localedef/collate.c
==============================================================================
--- head/usr.bin/localedef/collate.c	Sun May  1 14:27:27 2016	(r298877)
+++ head/usr.bin/localedef/collate.c	Sun May  1 16:10:56 2016	(r298878)
@@ -1120,7 +1120,7 @@ dump_collate(void)
 	collate_chain_t		*chain;
 
 	/*
-	 * We have to run throught a preliminary pass to identify all the
+	 * We have to run through a preliminary pass to identify all the
 	 * weights that we use for each sorting level.
 	 */
 	for (i = 0; i < NUM_WT; i++) {

Modified: head/usr.bin/localedef/scanner.c
==============================================================================
--- head/usr.bin/localedef/scanner.c	Sun May  1 14:27:27 2016	(r298877)
+++ head/usr.bin/localedef/scanner.c	Sun May  1 16:10:56 2016	(r298878)
@@ -181,7 +181,7 @@ static struct token {
 
 	/*
 	 * These are keywords used in the charmap file.  Note that
-	 * Solaris orginally used angle brackets to wrap some of them,
+	 * Solaris originally used angle brackets to wrap some of them,
 	 * but we removed that to simplify our parser.  The first of these
 	 * items are "global items."
 	 */

Modified: head/usr.bin/localedef/time.c
==============================================================================
--- head/usr.bin/localedef/time.c	Sun May  1 14:27:27 2016	(r298877)
+++ head/usr.bin/localedef/time.c	Sun May  1 16:10:56 2016	(r298878)
@@ -262,7 +262,7 @@ dump_time(void)
 	 * NOTE: If date_fmt is not specified, then we'll default to
 	 * using the %c for date.  This is reasonable for most
 	 * locales, although for reasons that I don't understand
-	 * Solaris historically has had a seperate format for date.
+	 * Solaris historically has had a separate format for date.
 	 */
 	if ((putl_category(tm.X_fmt, f) == EOF) ||
 	    (putl_category(tm.x_fmt, f) == EOF) ||


More information about the svn-src-head mailing list