fix a typo in cage tool

This commit is contained in:
Michael Muré 2011-05-24 23:35:28 +02:00
parent c1c20e4c38
commit 0d510bfa23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ struct _GimpCageTool
gint hovering_edge; /* Edge which the cursor is above */
gboolean cage_complete; /* Cage closed or not */
GeglBuffer *coef; /* Gegl where the coefficient of the transformation are stored */
GeglBuffer *coef; /* Gegl buffer where the coefficient of the transformation are stored */
gboolean dirty_coef; /* Indicate if the coef are still valid */
GeglNode *render_node; /* Gegl node graph to render the transfromation */