* src/BufferView.C: fix typo in comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16514 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-01-04 19:59:58 +00:00
parent 6152f74317
commit 57609ac606

View File

@ -336,7 +336,7 @@ bool BufferView::multiParSel()
bool BufferView::update(Update::flags flags)
{
// last_inset_ points to the last visited inset. This pointer may become
// invalid becuase of keyboard editing. Since all such operations
// invalid because of keyboard editing. Since all such operations
// causes screen update(), I reset last_inset_ to avoid such a problem.
last_inset_ = 0;
// This is close to a hot-path.