[gimp] Correct typos in layers-commands.c
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Correct typos in layers-commands.c
- Date: Sat, 8 Aug 2020 10:41:33 +0000 (UTC)
commit fe085200c3ca47ad4be68b7fe6972f5f5d3e61a5
Author: Felix Yan <felixonmars archlinux org>
Date: Sat Aug 8 05:58:47 2020 +0000
Correct typos in layers-commands.c
app/actions/layers-commands.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/layers-commands.c b/app/actions/layers-commands.c
index 752e9e25f7..2bcba70c49 100644
--- a/app/actions/layers-commands.c
+++ b/app/actions/layers-commands.c
@@ -1452,7 +1452,7 @@ layers_mask_apply_cmd_callback (GimpAction *action,
break;
}
if (iter == NULL)
- /* No layers or none have applyable masks. */
+ /* No layers or none have applicable masks. */
return;
switch (mode)
@@ -2146,7 +2146,7 @@ layers_lock_alpha_cmd_callback (GimpAction *action,
{
/* Similar trick as in layers_mask_show_cmd_callback().
* When unlocking, we expect all selected layers to be locked,
- * otherwise SET_ACTIVE() calles in layers-actions.c will
+ * otherwise SET_ACTIVE() calls in layers-actions.c will
* trigger lock updates.
*/
if (! lock_alpha && ! gimp_layer_get_lock_alpha (iter->data))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]