X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=ca88dd774e9d48e7f0472b8db35972899af5c0d0;hb=9350076b3aa268919a4bf6e05c4a10caebabb913;hp=01ccd2591bf57d1f0f3db6a8751ccc71aec00633;hpb=542445d07d0b45aca66115a693b29fc07966d7f5;p=features.git diff --git a/src/Paragraph.h b/src/Paragraph.h index 01ccd2591b..ca88dd774e 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -194,7 +194,7 @@ public: /// Can we drop the standard paragraph wrapper? bool emptyTag() const; - /// Get the id of the paragraph, usefull for docbook + /// Get the id of the paragraph, useful for DocBook std::string getID(Buffer const & buf, OutputParams const & runparams) const; /// Output the first word of a paragraph, return the position where it left.