From: dooglus Date: Tue, 20 Feb 2007 19:48:57 +0000 (+0000) Subject: Fixed a typo. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=985b702e65d627cc512e0e87a4030f5f424eb1e4;p=synfig.git Fixed a typo. git-svn-id: http://svn.voria.com/code@245 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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