fixed a typo: s/occured/occurred/g

This commit is contained in:
Jens Seidel
2005-08-21 20:28:05 +00:00
parent 5c471f9c98
commit d08ae844d3
44 changed files with 57 additions and 48 deletions

View File

@ -952,7 +952,7 @@ gimp_run_procedure2 (const gchar *name,
break;
case GIMP_PDB_CALLING_ERROR:
g_printerr ("a calling error occured while trying to run: \"%s\"", name);
g_printerr ("a calling error occurred while trying to run: \"%s\"", name);
break;
default: