Bug 750377 - typo in plug-in-compat-cmds for edge invoker "algorihm"

Scripts calling plug-in-edge would cause the error:

g_object_new_valist: object class 'GeglOpedge_c' has
no property named 'algorihm'
This commit is contained in:
Adrian Likins 2015-06-03 23:16:15 -04:00
parent 1ce7fc6c77
commit e708f41970
1 changed files with 1 additions and 1 deletions

View File

@ -1077,7 +1077,7 @@ plug_in_edge_invoker (GimpProcedure *procedure,
node = gegl_node_new_child (NULL,
"operation", "gegl:edge",
"algorihm", edgemode,
"algorithm", edgemode,
"amount", amount,
"border-behavior", border_behavior,
NULL);