Author: rgheck
Date: Thu Dec  2 22:05:45 2010
New Revision: 36666
URL: http://www.lyx.org/trac/changeset/36666

Log:
Typo.

Modified:
   lyx-devel/trunk/src/Counters.h

Modified: lyx-devel/trunk/src/Counters.h
==============================================================================
--- lyx-devel/trunk/src/Counters.h      Thu Dec  2 22:04:01 2010        (r36665)
+++ lyx-devel/trunk/src/Counters.h      Thu Dec  2 22:05:45 2010        (r36666)
@@ -174,7 +174,7 @@
        /// Call this when entering things like footnotes, where there is now
        /// no "last layout" and we want to restore the "last layout" on exit.
        void clearLastLayout() { layout_stack_.push_back(0); }
-       /// Call this when existing things like footnotes.
+       /// Call this when exiting things like footnotes.
        void restoreLastLayout() { layout_stack_.pop_back(); }
        /// 
        void saveLastCounter()

Reply via email to