]> git.lyx.org Git - features.git/commitdiff
Fix typo
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 27 Dec 2012 10:36:51 +0000 (11:36 +0100)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 27 Dec 2012 10:36:51 +0000 (11:36 +0100)
src/insets/InsetText.cpp

index fac205070d7c3ec43ac0d2de280ca63b51c11415..dca7b473f72f383136fcdc370538a530dd64946b 100644 (file)
@@ -601,7 +601,7 @@ docstring InsetText::insetAsXHTML(XHTMLStream & xs, OutputParams const & rp,
        if (opts & WriteInnerTag)
                xs << html::StartTag(il.htmlinnertag(), il.htmlinnerattr());
 
-       // we will eventaully lose information about the containing inset
+       // we will eventually lose information about the containing inset
        if (!il.isMultiPar() || opts == JustText)
                runparams.html_make_pars = false;
        if (il.isPassThru())