mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 16:52:02 +00:00
* Paragraph.cpp: typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27404 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3cc2dda65e
commit
233d7958a3
@ -2486,7 +2486,7 @@ void Paragraph::setPlainOrDefaultLayout(DocumentClass const & tclass)
|
||||
Inset const & Paragraph::inInset() const
|
||||
{
|
||||
LASSERT(d->inset_owner_, throw ExceptionMessage(BufferException,
|
||||
_("Memory problem"), _("Paragraph not properly initiliazed")));
|
||||
_("Memory problem"), _("Paragraph not properly initialized")));
|
||||
return *d->inset_owner_;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user