]> git.lyx.org Git - features.git/commitdiff
Typo.
authorRichard Heck <rgheck@comcast.net>
Mon, 7 Jul 2008 15:41:36 +0000 (15:41 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 7 Jul 2008 15:41:36 +0000 (15:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25476 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.cpp

index 9a89cf5b59ecdc994c7f6c66c740568a0dd3589e..761a107b6ad8be1b83054f49b6fc91b8f384457a 100644 (file)
@@ -140,7 +140,7 @@ pasteSelectionHelper(Cursor & cur, ParagraphList const & parlist,
                        if (forceEmptyLayout || parLayout == defaultLayout)
                                par->setLayout(emptyLayout);
                }
-       } else { // check if we need to reset form empty layout
+       } else { // check if we need to reset from empty layout
                Layout const & defaultLayout = newDocClass->defaultLayout();
                Layout const & emptyLayout = newDocClass->emptyLayout();
                ParagraphList::iterator const end = insertion.end();