]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.cpp
do what the FIXME suggested
[lyx.git] / 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;
                }