From: Vincent van Ravesteijn Date: Thu, 27 Dec 2012 10:40:09 +0000 (+0100) Subject: Fix typos X-Git-Tag: 2.0.6~177 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9e18104def174fcea0c25e966185e2ab58852dae;p=features.git Fix typos --- diff --git a/src/insets/InsetText.cpp b/src/insets/InsetText.cpp index 713c88685d..a548da259e 100644 --- a/src/insets/InsetText.cpp +++ b/src/insets/InsetText.cpp @@ -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()) diff --git a/status.20x b/status.20x index 7ce041e213..145a358831 100644 --- a/status.20x +++ b/status.20x @@ -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.