From: Jürgen Spitzmüller Date: Wed, 12 Nov 2008 20:24:08 +0000 (+0000) Subject: * Paragraph.cpp: typo. X-Git-Tag: 1.6.10~2643 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=233d7958a37f50cdb9203f898b3995ef3dd5cebc;p=features.git * Paragraph.cpp: typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27404 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index f9c0a8cb0d..838dc90103 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -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_; }