From: Richard Heck Date: Fri, 8 Jan 2010 14:38:31 +0000 (+0000) Subject: Typos etc. X-Git-Tag: 2.0.0~4504 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=eeb1c45edb76abe48ce46e4fff75f8c22087efb0;p=features.git Typos etc. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32882 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetCitation.cpp b/src/insets/InsetCitation.cpp index 97f7dfac66..088b671ec3 100644 --- a/src/insets/InsetCitation.cpp +++ b/src/insets/InsetCitation.cpp @@ -160,10 +160,10 @@ docstring complexLabel(Buffer const & buffer, // We don't currently use the full or forceUCase fields. string cite_type = asValidLatexCommand(citeType, engine); if (cite_type[0] == 'C') - //If we were going to use them, this would mean ForceUCase + // If we were going to use them, this would mean ForceUCase cite_type = string(1, 'c') + cite_type.substr(1); if (cite_type[cite_type.size() - 1] == '*') - //and this would mean FULL + // and this would mean FULL cite_type = cite_type.substr(0, cite_type.size() - 1); docstring before_str; @@ -512,7 +512,7 @@ docstring InsetCitation::xhtml(XHTMLStream & xs, OutputParams const &) const if (key_list.empty()) return docstring(); - // FIXME We shuld do a better job outputing different things for the + // FIXME We should do a better job outputing different things for the // different citation styles. For now, we use square brackets for every // case. xs << "[";