The branch, 2.0.x, has been updated. - Log -----------------------------------------------------------------
commit 9e18104def174fcea0c25e966185e2ab58852dae Author: Vincent van Ravesteijn <[email protected]> Date: Thu Dec 27 11:40:09 2012 +0100 Fix typos diff --git a/src/insets/InsetText.cpp b/src/insets/InsetText.cpp index 713c886..a548da2 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 7ce041e..145a358 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. ----------------------------------------------------------------------- Summary of changes: src/insets/InsetText.cpp | 2 +- status.20x | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- The LyX Source Repository
