From: Juergen Spitzmueller Date: Mon, 29 Jul 2024 07:11:42 +0000 (+0200) Subject: typo X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2c4536c709ade8f487536ff25206432cc0ef9dfd;p=lyx.git typo --- diff --git a/src/Paragraph.h b/src/Paragraph.h index a7904dee3c..0de720e2d8 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -201,7 +201,7 @@ public: /// Get the id of the paragraph, useful for DocBook std::string getID(Buffer const & buf, OutputParams const & runparams) const; - /// Return the string of a´the (first) \label (cross-referencing target) + /// Return the string of the (first) \label (cross-referencing target) /// in this paragraph, or an empty string std::string getLabelForXRef() const;