From dc5359f15b1f5d1962eae738acf1cbee81067da2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 14 Jan 2008 11:11:25 +0100 Subject: [PATCH] Typo in comment. --- m4/locale-fr.m4 | 4 ++-- m4/locale-tr.m4 | 2 +- m4/locale-zh.m4 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/m4/locale-fr.m4 b/m4/locale-fr.m4 index 28f342ca3..5bdd2ca57 100644 --- a/m4/locale-fr.m4 +++ b/m4/locale-fr.m4 @@ -48,7 +48,7 @@ int main () { On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() - succeeds but then nl_langinfo(CODESET) is "646". In this situations, + succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ #if HAVE_LANGINFO_CODESET { @@ -143,7 +143,7 @@ int main () { On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() - succeeds but then nl_langinfo(CODESET) is "646". In this situations, + succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ # if HAVE_LANGINFO_CODESET { diff --git a/m4/locale-tr.m4 b/m4/locale-tr.m4 index c7065d9bb..d6a2088e8 100644 --- a/m4/locale-tr.m4 +++ b/m4/locale-tr.m4 @@ -34,7 +34,7 @@ int main () { On MacOS X 10.3.5 (Darwin 7.5) in the tr_TR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() - succeeds but then nl_langinfo(CODESET) is "646". In this situations, + succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ #if HAVE_LANGINFO_CODESET { diff --git a/m4/locale-zh.m4 b/m4/locale-zh.m4 index f072a4346..594f62a69 100644 --- a/m4/locale-zh.m4 +++ b/m4/locale-zh.m4 @@ -51,7 +51,7 @@ int main () On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() - succeeds but then nl_langinfo(CODESET) is "646". In this situations, + succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ #if HAVE_LANGINFO_CODESET { -- 2.11.0