Skip to content

Commit ecf0622

Browse files
committed
Fix comment
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 46b9904 commit ecf0622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ccstruct/rect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class TESS_API TBOX { // bounding box
123123
}
124124
}
125125

126-
TDimension width() const { // how high is it?
126+
TDimension width() const { // how wide is it?
127127
if (!null_box()) {
128128
return top_right.x() - bot_left.x();
129129
} else {

0 commit comments

Comments
 (0)