summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/option.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98ebc8a..42f0ca0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-21 Glynn Foster <glynn.foster@sun.com>
+
+ * src/option.c: Fix tyop for #161774, as reported by Christian.
+
2004-12-20 Glynn Foster <glynn.foster@sun.com>
* src/notification.c: Fix #161539, and try and hide the parent
diff --git a/src/option.c b/src/option.c
index 7337f48..0b89297 100644
--- a/src/option.c
+++ b/src/option.c
@@ -1241,7 +1241,7 @@ zenity_create_context (void)
/* Adds notification option entries */
a_group = g_option_group_new("notification",
- N_("Notication options"),
+ N_("Notification options"),
N_("Show notification options"), NULL, 0);
g_option_group_add_entries(a_group, notification_options);
g_option_group_set_parse_hooks (a_group,