From 05bb851adfb733c942d243800d7151c6b9194645 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Fri, 17 May 2024 12:18:09 -0400 Subject: [PATCH] Comment typo --- src/ParagraphMetrics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ParagraphMetrics.h b/src/ParagraphMetrics.h index a82ebaa041..b572f122b5 100644 --- a/src/ParagraphMetrics.h +++ b/src/ParagraphMetrics.h @@ -72,7 +72,7 @@ public: /// The vertical position of the baseline of the first line of the paragraph int position() const; void setPosition(int position); - /// Set poistion to unknown + /// Set position to unknown void resetPosition(); /// Return true when the position of the paragraph is known bool hasPosition() const; -- 2.39.5