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

index 713c88685d2c47a84d1614f9a760319bda63e3b8..a548da259ede8815afc43a8d7e15920942c5cca9 100644 (file)
@@ -547,7 +547,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())
index 7ce041e213ce7aae9e73db24b20d03866eda35d7..145a3588311923da38177a72f2b3f3e8a5b08f0f 100644 (file)
@@ -78,7 +78,7 @@ What's new
 - Fix problem using lyxpak.py when outside the LyX tree: Variable was
   undefined.
 
-- Resepct InsetLayout's PassThru setting for XHTML export.
+- Respect InsetLayout's PassThru setting for XHTML export.
 
 - Fix layout conversion bug involving quoted Flex inset names that do not
   contain spaces.