]> git.lyx.org Git - features.git/commitdiff
* Paragraph.cpp: typo.
authorJürgen Spitzmüller <spitz@lyx.org>
Wed, 12 Nov 2008 20:24:08 +0000 (20:24 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Wed, 12 Nov 2008 20:24:08 +0000 (20:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27404 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index f9c0a8cb0dff5ef5afcf1bd8164eefb0d8922ba7..838dc90103aff05a4c505e3a1a95ff0e044de03d 100644 (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_;
 }