The branch, master, has been updated. - Log -----------------------------------------------------------------
commit ef88b88aece4b8afc29e6d65d78351c77adc1b8f Author: Richard Heck <[email protected]> Date: Mon Feb 18 09:44:27 2013 -0500 Typo. diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 4342020..3aa201b 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -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) ----------------------------------------------------------------------- Summary of changes: src/BufferView.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
