Fixed a typo.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 20 Feb 2007 19:48:57 +0000 (19:48 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 20 Feb 2007 19:48:57 +0000 (19:48 +0000)
git-svn-id: http://svn.voria.com/code@245 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/layer.h

index ec682bd..c48f8b9 100644 (file)
@@ -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