From 2c4536c709ade8f487536ff25206432cc0ef9dfd Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 29 Jul 2024 09:11:42 +0200 Subject: [PATCH] typo --- src/Paragraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5