[gimp] Fix comment: s/layer/channel/



commit 8f9fc5e2d78a99e769bb514a407729c007188c1f
Author: Michael Natterer <mitch gimp org>
Date:   Sun Aug 30 11:52:06 2009 +0200

    Fix comment: s/layer/channel/

 app/xcf/xcf-load.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/xcf/xcf-load.c b/app/xcf/xcf-load.c
index 8f7eeea..52a2d13 100644
--- a/app/xcf/xcf-load.c
+++ b/app/xcf/xcf-load.c
@@ -231,7 +231,7 @@ xcf_load_image (Gimp     *gimp,
       if (! xcf_seek_pos (info, offset, NULL))
         goto error;
 
-      /* read in the layer */
+      /* read in the channel */
       channel = xcf_load_channel (info, image);
       if (!channel)
         goto error;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]