mirror of https://github.com/GNOME/gimp.git
Add a few more misc. source comment typos
This commit is contained in:
parent
86edc31b11
commit
1c91b8d97e
|
@ -227,7 +227,7 @@ struct _GimpToolRectanglePrivate
|
|||
/* The title for the statusbar coords */
|
||||
gchar *status_title;
|
||||
|
||||
/* For saving in case of cancelation. */
|
||||
/* For saving in case of cancellation. */
|
||||
gdouble saved_x1;
|
||||
gdouble saved_y1;
|
||||
gdouble saved_x2;
|
||||
|
|
|
@ -352,7 +352,7 @@ gimp_view_renderer_drawable_cancel_render (GimpViewRendererDrawable *renderdrawa
|
|||
* let it go on without blocking the main thread.
|
||||
* gimp_drawable_get_sub_preview_async() can continue rendering safely even
|
||||
* after the drawable had died, and our completion callback is prepared to
|
||||
* handle cancelation.
|
||||
* handle cancellation.
|
||||
*/
|
||||
if (renderdrawable->priv->render_async)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue