fixed typo (Debian bug #310018).

2005-07-20  Sven Neumann  <sven@gimp.org>

	* app/config/gimpconfig-dump.c: fixed typo (Debian bug #310018).
This commit is contained in:
Sven Neumann
2005-07-20 14:56:39 +00:00
committed by Sven Neumann
parent 0a29b4b509
commit 09f4e32828
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-07-20 Sven Neumann <sven@gimp.org>
* app/config/gimpconfig-dump.c: fixed typo (Debian bug #310018).
2005-07-20 Sven Neumann <sven@gimp.org>
* plug-ins/gfig/gfig-grid.c: declare variables at the start of the

View File

@ -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"