Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 3, 2024
1 parent 704767f commit a3b225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iso19111/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9136,7 +9136,7 @@ const std::string &PROJStringFormatter::toString() const {
}
}

// hermert followed by its inverse is a no-op
// Helmert followed by its inverse is a no-op
if (curStep.name == "helmert" && prevStep.name == "helmert" &&
!curStep.inverted && !prevStep.inverted &&
curStepParamCount == prevStepParamCount) {
Expand Down

0 comments on commit a3b225f

Please sign in to comment.