* 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:
Jürgen Spitzmüller 2008-11-12 20:24:08 +00:00
parent 3cc2dda65e
commit 233d7958a3

View File

@ -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_;
}