Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/locale fix tpo.
details: https://anonhg.NetBSD.org/src/rev/4f6b0aaf8874
branches: trunk
changeset: 753420:4f6b0aaf8874
user: christos <christos%NetBSD.org@localhost>
date: Sat Mar 27 16:47:05 2010 +0000
description:
fix tpo.
diffstat:
lib/libc/locale/global_locale.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4b7ddc3694b1 -r 4f6b0aaf8874 lib/libc/locale/global_locale.c
--- a/lib/libc/locale/global_locale.c Sat Mar 27 15:25:21 2010 +0000
+++ b/lib/libc/locale/global_locale.c Sat Mar 27 16:47:05 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: global_locale.c,v 1.4 2010/03/27 15:25:21 tnozaki Exp $ */
+/* $NetBSD: global_locale.c,v 1.5 2010/03/27 16:47:05 christos Exp $ */
/*-
* Copyright (c)2008 Citrus Project,
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: global_locale.c,v 1.4 2010/03/27 15:25:21 tnozaki Exp $");
+__RCSID("$NetBSD: global_locale.c,v 1.5 2010/03/27 16:47:05 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@ -115,7 +115,7 @@
[(size_t)ABMON_5 ] = "May",
[(size_t)ABMON_6 ] = "June",
[(size_t)ABMON_7 ] = "July",
- [(size_t)ABMON_8 ] = "Augst",
+ [(size_t)ABMON_8 ] = "August",
[(size_t)ABMON_9 ] = "September",
[(size_t)ABMON_10 ] = "October",
[(size_t)ABMON_11 ] = "November",
Home |
Main Index |
Thread Index |
Old Index