]> git.lyx.org Git - features.git/commitdiff
Typo.
authorRichard Heck <rgheck@comcast.net>
Thu, 3 Dec 2009 23:30:26 +0000 (23:30 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 3 Dec 2009 23:30:26 +0000 (23:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32311 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.cpp

index e5bca13233c3ae87eb26fb9f00dc7e493e92fa7e..075aa5c73d07354120614788f2a9e8a851b79036 100644 (file)
@@ -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);
        }