]> git.lyx.org Git - features.git/commitdiff
Typos etc.
authorRichard Heck <rgheck@comcast.net>
Fri, 8 Jan 2010 14:38:31 +0000 (14:38 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 8 Jan 2010 14:38:31 +0000 (14:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32882 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetCitation.cpp

index 97f7dfac66fd6bf1fad4b2d0791918b15a093d22..088b671ec3d35624c60b94fc2a4121c6d29438e7 100644 (file)
@@ -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 << "[";