Corrected spelling mistake.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1837 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-03-27 15:59:14 +00:00
parent d553558b19
commit 94add86953
2 changed files with 5 additions and 1 deletions

View File

@ -3046,7 +3046,7 @@ bool BufferView::Pimpl::Dispatch(kb_action action, string const & argument)
} else {
// if we don't have an argument there was something
// strange going on so we just tell this to someone!
owner_->getLyXFunc()->setErrorMessage(N_("No argument givven"));
owner_->getLyXFunc()->setErrorMessage(N_("No argument given"));
}
break;
}

View File

@ -1,3 +1,7 @@
2001-03-27 Angus Leeming <a.leeming@ic.ac.uk>
* BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
2001-03-23 Angus Leeming <a.leeming@ic.ac.uk>
* LString.h: removed "using std::getline"!