mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
d553558b19
commit
94add86953
@ -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;
|
||||
}
|
||||
|
@ -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"!
|
||||
|
Loading…
Reference in New Issue
Block a user