]> git.lyx.org Git - features.git/commitdiff
typos.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 4 Mar 2008 06:56:13 +0000 (06:56 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 4 Mar 2008 06:56:13 +0000 (06:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23421 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXFunc.cpp

index 8bd88372a41dac245bab7d498ffffa1791b91e9b..1669a6c9497a2bc9f6c3c90d599ce33e6f08dee1 100644 (file)
@@ -1544,9 +1544,9 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
                        updateLayout(oldClass, buffer);
                        
                        updateFlags = Update::Force | Update::FitCursor;
-                       // We are here most certainaly because of a change in the document
-                       // It is then better to make sure that all dialogs are in sync
-                       // with current document settings. LyXView::restartCursor() achieve this.
+                       // We are most certainly here because of a change in the document
+                       // It is then better to make sure that all dialogs are in sync with
+                       // current document settings. LyXView::restartCursor() achieve this.
                        lyx_view_->restartCursor();
                        break;
                }