Add a few more misc. source comment typos

This commit is contained in:
luz.paz 2019-04-19 22:51:06 -04:00 committed by luz paz
parent 86edc31b11
commit 1c91b8d97e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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)
{