From: Abdelrazak Younes Date: Tue, 4 Mar 2008 06:56:13 +0000 (+0000) Subject: typos. X-Git-Tag: 1.6.10~5919 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9931b0155ef57c833a3aa42db195ba2fe9cad01d;p=features.git typos. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23421 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXFunc.cpp b/src/LyXFunc.cpp index 8bd88372a4..1669a6c949 100644 --- a/src/LyXFunc.cpp +++ b/src/LyXFunc.cpp @@ -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; }