X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer.h;h=c48f8b979b7c33fbe3be9b040d202f1189459eb5;hb=985b702e65d627cc512e0e87a4030f5f424eb1e4;hp=ec682bd02008448445abf0eb5074dfaca100dac2;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer.h b/synfig-core/trunk/src/synfig/layer.h index ec682bd..c48f8b9 100644 --- a/synfig-core/trunk/src/synfig/layer.h +++ b/synfig-core/trunk/src/synfig/layer.h @@ -49,7 +49,7 @@ //! Sets the local name of the layer #define SYNFIG_LAYER_SET_LOCAL_NAME(class,x) const char class::local_name__[]=x; -//! Sets the categpru of the layer +//! Sets the category of the layer #define SYNFIG_LAYER_SET_CATEGORY(class,x) const char class::category__[]=x //! Sets the version string for the layer