Comment typo

This commit is contained in:
Scott Kostyshak 2024-05-17 12:18:09 -04:00
parent 145af7c2ac
commit 05bb851adf

View File

@ -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;