[gimp/gimp-2-10] Issue #1706 - Typo in gimpgradientselect.h include guard



commit 8aa0d5a401715bcbd2f0cf2fbb7487a27307475d
Author: Michael Natterer <mitch gimp org>
Date:   Sat Jun 23 12:39:46 2018 +0200

    Issue #1706 - Typo in gimpgradientselect.h include guard
    
    Fix typo, spotted by Massimo.
    
    (cherry picked from commit 627d58dce1f2e2271ee5f6f22394b7ade26a793b)

 libgimp/gimpgradientselect.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgimp/gimpgradientselect.h b/libgimp/gimpgradientselect.h
index 815e13b8f7..fe72a59d93 100644
--- a/libgimp/gimpgradientselect.h
+++ b/libgimp/gimpgradientselect.h
@@ -22,7 +22,7 @@
 #error "Only <libgimp/gimp.h> can be included directly."
 #endif
 
-#ifndef __GIMP_GRAIDENT_SELECT_H__
+#ifndef __GIMP_GRADIENT_SELECT_H__
 #define __GIMP_GRADIENT_SELECT_H__
 
 G_BEGIN_DECLS


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