From 09f4e32828542fbc47a8d8836eef1bdd7fd8d1dc Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 20 Jul 2005 14:56:39 +0000 Subject: [PATCH] fixed typo (Debian bug #310018). 2005-07-20 Sven Neumann * app/config/gimpconfig-dump.c: fixed typo (Debian bug #310018). --- ChangeLog | 4 ++++ app/config/gimpconfig-dump.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 350d7d98ce..10c6edd756 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-20 Sven Neumann + + * app/config/gimpconfig-dump.c: fixed typo (Debian bug #310018). + 2005-07-20 Sven Neumann * plug-ins/gfig/gfig-grid.c: declare variables at the start of the diff --git a/app/config/gimpconfig-dump.c b/app/config/gimpconfig-dump.c index 7fbffc4db0..7509b24b22 100644 --- a/app/config/gimpconfig-dump.c +++ b/app/config/gimpconfig-dump.c @@ -164,7 +164,7 @@ static const gchar *man_page_header = ".SH DESCRIPTION\n" "The\n" ".B gimprc\n" -"file is a configuation file read by the GIMP when it starts up. There\n" +"file is a configuration file read by the GIMP when it starts up. There\n" "are two of these: one system-wide one stored in\n" "@gimpsysconfdir@/gimprc and a per-user \\fB$HOME\\fP/@gimpdir@/gimprc\n" "which may override system settings.\n"