[LyX/master] typo
Juergen Spitzmueller
spitz at lyx.org
Mon Jul 29 07:12:39 UTC 2024
commit 2c4536c709ade8f487536ff25206432cc0ef9dfd
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Mon Jul 29 09:11:42 2024 +0200
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;
More information about the lyx-cvs
mailing list