]> git.lyx.org Git - lyx.git/blobdiff - src/output_plaintext.cpp
Typos.
[lyx.git] / src / output_plaintext.cpp
index 4ee3390b3acef4f80deb5cbcd104358e2de6fa20..0619b0668c86d8fd7d92fc4df5f234add8192f93 100644 (file)
@@ -45,7 +45,7 @@ void writePlaintextFile(Buffer const & buf, odocstream & os,
        OutputParams const & runparams)
 {
        bool ref_printed = false;
-       ParagraphList const par = buf.paragraphs();
+       ParagraphList const par = buf.paragraphs();
        ParagraphList::const_iterator beg = par.begin();
        ParagraphList::const_iterator end = par.end();
        ParagraphList::const_iterator it = beg;