Fixed a typo.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 24 Mar 2007 19:45:42 +0000 (19:45 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 24 Mar 2007 19:45:42 +0000 (19:45 +0000)
git-svn-id: http://svn.voria.com/code@383 1f10aa63-cdf2-0310-b900-c93c546f37ac

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

index 06af0ba..1716c87 100644 (file)
@@ -168,7 +168,7 @@ public:
 
 private:
 
-       /*! \c true if the layer is visible, \c is it is to be skipped
+       /*! \c true if the layer is visible, \c false if it is to be skipped
        **      \see set_active(), enable(), disable, active()
        */
        bool active_;