[gimp] Bug 792792 - Typo fix for an error message.



commit 0c34db8aac3c5c9b6134dfaf7eabbbf9a7d52fa3
Author: Sebastian Rasmussen <sebras gmail com>
Date:   Mon Jan 22 19:08:29 2018 +0100

    Bug 792792 - Typo fix for an error message.
    
    s/currupt/corrupt/

 app/core/gimpbrush-load.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimpbrush-load.c b/app/core/gimpbrush-load.c
index ca10148..30ec7b4 100644
--- a/app/core/gimpbrush-load.c
+++ b/app/core/gimpbrush-load.c
@@ -570,7 +570,7 @@ gimp_brush_load_abr_brush_v12 (GDataInputStream  *input,
     {
       g_set_error (error, GIMP_DATA_ERROR, GIMP_DATA_ERROR_READ,
                    _("Fatal parse error in brush file: "
-                     "Brush size value currupt."));
+                     "Brush size value corrupt."));
       return NULL;
     }
 
@@ -789,7 +789,7 @@ gimp_brush_load_abr_brush_v6 (GDataInputStream  *input,
     {
       g_set_error (error, GIMP_DATA_ERROR, GIMP_DATA_ERROR_READ,
                    _("Fatal parse error in brush file: "
-                     "Brush size value currupt."));
+                     "Brush size value corrupt."));
       return NULL;
     }
 


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