]> git.lyx.org Git - features.git/commitdiff
Typo.
authorRichard Heck <rgheck@lyx.org>
Mon, 18 Feb 2013 14:44:27 +0000 (09:44 -0500)
committerRichard Heck <rgheck@lyx.org>
Mon, 18 Feb 2013 14:44:27 +0000 (09:44 -0500)
src/BufferView.cpp

index 43420209cceab24a9d4101b4855c72ad797a437e..3aa201b5909ddc740a200969866c0964e47ae038 100644 (file)
@@ -1911,7 +1911,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
                        opt1 = token(argument, '|', 1);
                }
 
-               // if our cursor is direclty in front of or behind a citation inset,
+               // if our cursor is directly in front of or behind a citation inset,
                // we will instead add the new key to it.
                Inset * inset = cur.nextInset();
                if (!inset || inset->lyxCode() != CITE_CODE)