Add a few more misc. source comment typos
(cherry picked from commit 1c91b8d97e
)
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user