From: dooglus Date: Sat, 24 Mar 2007 19:45:42 +0000 (+0000) Subject: Fixed a typo. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=c653985e27036bf0e48e8efcda1911a1699aa87b;p=synfig.git Fixed a typo. git-svn-id: http://svn.voria.com/code@383 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/layer.h b/synfig-core/trunk/src/synfig/layer.h index 06af0ba..1716c87 100644 --- a/synfig-core/trunk/src/synfig/layer.h +++ b/synfig-core/trunk/src/synfig/layer.h @@ -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_;