From: Richard Heck Date: Thu, 2 Dec 2010 21:05:45 +0000 (+0000) Subject: Typo. X-Git-Tag: 2.0.0~1555 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=59760159e22fd113b9267771c7187dff6bba991a;p=lyx.git Typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36666 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Counters.h b/src/Counters.h index 386602a0bc..d83c64e59d 100644 --- a/src/Counters.h +++ b/src/Counters.h @@ -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()