From: Richard Heck Date: Thu, 3 Dec 2009 23:30:26 +0000 (+0000) Subject: Typo. X-Git-Tag: 2.0.0~4932 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=82cb512ebb862dc3ff21b791b1fc96ebf40e08bb;p=features.git Typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32311 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index e5bca13233..075aa5c73d 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -3576,7 +3576,7 @@ void Buffer::setLabel(ParIterator & it) const if (par.params().startOfAppendix()) { // FIXME: only the counter corresponding to toplevel - // sectionning should be reset + // sectioning should be reset counters.reset(); counters.appendix(true); }