From 985b702e65d627cc512e0e87a4030f5f424eb1e4 Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 20 Feb 2007 19:48:57 +0000 Subject: [PATCH] Fixed a typo. git-svn-id: http://svn.voria.com/code@245 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/layer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4