]> git.lyx.org Git - features.git/blobdiff - src/paragraph.C
more whitespace bugs fixed
[features.git] / src / paragraph.C
index 4a8103457fc7395691517cd6a5d222e59d9056ab..0ae6d707b5de4333915a06ff3c5189c3cd22e837 100644 (file)
@@ -2088,7 +2088,7 @@ int LyXParagraph::BeginningOfMainBody() const
                char previous_char, temp;
                if (i < size()
                    && (previous_char = GetChar(i)) != LyXParagraph::META_NEWLINE) {
-                       // Yes, this  ^ is supposed to be "= " not "== "
+                       // Yes, this  ^ is supposed to be "= " not "=="
                        ++i;
                        while (i < size()
                               && previous_char != ' '