mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix a typo in a comment.
This commit is contained in:
parent
b2fdc04f96
commit
8b6ec979ff
@ -3589,7 +3589,7 @@ std::tuple<std::vector<docstring>, std::vector<docstring>, std::vector<docstring
|
||||
// Output one paragraph (i.e. one string entry in generatedParagraphs).
|
||||
generatedParagraphs.push_back(os.str());
|
||||
|
||||
// Create a new XMLStream for the new paragraph, completely independent from the previous one. This implies
|
||||
// Create a new XMLStream for the new paragraph, completely independent of the previous one. This implies
|
||||
// that the string stream must be reset.
|
||||
os.str(from_ascii(""));
|
||||
delete xs;
|
||||
|
Loading…
Reference in New Issue
Block a user