Issue #1706 - Typo in gimpgradientselect.h include guard

Fix typo, spotted by Massimo.
This commit is contained in:
Michael Natterer 2018-06-23 12:39:46 +02:00
parent 5d5bbeb88b
commit 627d58dce1

View file

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