Skip to content

Commit

Permalink
Fix typo in stepblob.h
Browse files Browse the repository at this point in the history
 repostion -> reposition
  • Loading branch information
eltociear authored and stweil committed Sep 30, 2023
1 parent 39222a0 commit 7e0c1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccstruct/stepblob.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class TESS_API C_BLOB : public ELIST_LINK {
int32_t count_transitions( // count maxima
int32_t threshold); // size threshold

void move(const ICOORD vec); // repostion blob by vector
void move(const ICOORD vec); // reposition blob by vector
void rotate(const FCOORD &rotation); // Rotate by given vector.

// Adds sub-pixel resolution EdgeOffsets for the outlines using greyscale
Expand Down

0 comments on commit 7e0c1d7

Please sign in to comment.