diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-01-23 22:52:39 +0100 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-01-23 22:52:39 +0100 |
commit | d4ae782776da65904aba8c34bad6d04bfaca2a68 (patch) | |
tree | f8f7ce82fb2ed6a5073366d9e8b10c3fbb5ba7e6 /NEWS | |
parent | bd7bbb26f3f99953779fb849af1cfe22e3782925 (diff) | |
download | glibc-d4ae782776da65904aba8c34bad6d04bfaca2a68.tar.gz glibc-d4ae782776da65904aba8c34bad6d04bfaca2a68.tar.xz glibc-d4ae782776da65904aba8c34bad6d04bfaca2a68.zip |
NEWS: Fix spelling mistake: "%ob" -> "%Ob".
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 938f56d36f..ecefc52364 100644 --- a/NEWS +++ b/NEWS @@ -102,7 +102,7 @@ Deprecated and removed features, and other changes affecting compatibility: * Statically compiled applications attempting to load locales compiled for the GNU C Library version 2.27 will fail and fall back to the builtin C/POSIX - locale. The reason for this is that the addition of the new "%OB" and "%ob", + locale. The reason for this is that the addition of the new "%OB" and "%Ob", support for two grammatical forms of the month names, also extends the locale data binary format. Static applications needing locale support must be recompiled to match the runtime and data they are deployed with. In some |