fixed typo in API docs.

2005-05-16  Michael Natterer  <mitch@gimp.org>

	* tools/pdbgen/pdb/procedural_db.pdb: fixed typo in API docs.

	* app/pdb/procedural_db_cmds.c
	* libgimp/gimpproceduraldb_pdb.c: regenerated.
This commit is contained in:
Michael Natterer 2005-05-16 13:49:33 +00:00 committed by Michael Natterer
parent 514c1e755b
commit 01e18712a4
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2005-05-16 Michael Natterer <mitch@gimp.org>
* tools/pdbgen/pdb/procedural_db.pdb: fixed typo in API docs.
* app/pdb/procedural_db_cmds.c
* libgimp/gimpproceduraldb_pdb.c: regenerated.
2005-05-16 Sven Neumann <sven@gimp.org>
* app/config/gimpxmlparser.c (gimp_xml_parser_parse_buffer): check

View file

@ -84,7 +84,7 @@ static ProcRecord procedural_db_temp_name_proc =
{
"gimp_procedural_db_temp_name",
"Generates a unique temporary PDB name.",
"This procedure generates a temporary PDB entry name that is guaranteed to be unique. It is many used by the interactive popup dialogs to generate a PDB entry name.",
"This procedure generates a temporary PDB entry name that is guaranteed to be unique. It is mainly used by the interactive popup dialogs to generate a PDB entry name.",
"Andy Thomas",
"Andy Thomas",
"1998",

View file

@ -33,7 +33,7 @@
* Generates a unique temporary PDB name.
*
* This procedure generates a temporary PDB entry name that is
* guaranteed to be unique. It is many used by the interactive popup
* guaranteed to be unique. It is mainly used by the interactive popup
* dialogs to generate a PDB entry name.
*
* Returns: A unique temporary name for a temporary PDB entry.

View file

@ -109,7 +109,7 @@ sub procedural_db_temp_name {
$help = <<'HELP';
This procedure generates a temporary PDB entry name that is guaranteed to be
unique. It is many used by the interactive popup dialogs to generate a PDB
unique. It is mainly used by the interactive popup dialogs to generate a PDB
entry name.
HELP