[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gcal] [PATCH] Spell the name of Norfolk Island correctly.
From: |
Benno Schulenberg |
Subject: |
[Bug-gcal] [PATCH] Spell the name of Norfolk Island correctly. |
Date: |
Thu, 1 Jan 2015 15:12:46 +0100 |
---
doc/en/gcal.texi | 2 +-
src/hd-data.c | 2 +-
src/hd-data4.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/en/gcal.texi b/doc/en/gcal.texi
index eda8b8e..718fb6f 100644
--- a/doc/en/gcal.texi
+++ b/doc/en/gcal.texi
@@ -2316,7 +2316,7 @@ New Caledonia
Niger
@item NF
-Norfolk Islands
+Norfolk Island
@item NG
Nigeria
diff --git a/src/hd-data.c b/src/hd-data.c
index 37fd4a1..985d77b 100644
--- a/src/hd-data.c
+++ b/src/hd-data.c
@@ -296,7 +296,7 @@ const Cc_struct cc_holidays[] = {
{"NA", N_("Namibia"), na_hdy},
{"NC", N_("New Caledonia"), nc_hdy},
{"NE", N_("Niger"), ne_hdy},
- {"NF", N_("Norfolk Islands"), nf_hdy},
+ {"NF", N_("Norfolk Island"), nf_hdy},
{"NG", N_("Nigeria"), ng_hdy},
{"NI", N_("Nicaragua"), ni_hdy},
{"NL", N_("Netherlands"), nl_hdy},
diff --git a/src/hd-data4.c b/src/hd-data4.c
index f95c866..d1b312a 100644
--- a/src/hd-data4.c
+++ b/src/hd-data4.c
@@ -1128,7 +1128,7 @@ nf_hdy (init_data, detected, easter, year, hd_elems,
fday, count)
const int fday;
const int count;
/*!
- Manages all specific holidays celebrated in Norfolk Islands.
+ Manages all specific holidays celebrated in Norfolk Island.
*/
{
register int day;
--
1.7.0.4
- [Bug-gcal] [PATCH] Spell the name of Norfolk Island correctly.,
Benno Schulenberg <=