]> git.lyx.org Git - features.git/commitdiff
Typo.
authorRichard Heck <rgheck@comcast.net>
Thu, 2 Dec 2010 21:05:45 +0000 (21:05 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 2 Dec 2010 21:05:45 +0000 (21:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36666 a592a061-630c-0410-9148-cb99ea01b6c8

src/Counters.h

index 386602a0bc51d0fa51e3088ed0d481f44ec3c1b1..d83c64e59dd980218b37c3c6fc9d26e0fc249f46 100644 (file)
@@ -174,7 +174,7 @@ public:
        /// 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()