Bug 750377 - Fix a typo in the .pdb file

Not in the generated file, as e708f41970 did.
This commit is contained in:
Michael Henning 2015-06-04 18:48:54 -04:00
parent e708f41970
commit 9a969fb463
1 changed files with 1 additions and 1 deletions

View File

@ -997,7 +997,7 @@ HELP
node = gegl_node_new_child (NULL,
"operation", "gegl:edge",
"algorihm", edgemode,
"algorithm", edgemode,
"amount", amount,
"border-behavior", border_behavior,
NULL);