Skip to content

Commit

Permalink
Per reviewer comments, corrected additional typos in GisGeometry.cpp.…
Browse files Browse the repository at this point in the history
… Addresses DOI-USGS#5612.
  • Loading branch information
kledmundson committed Oct 8, 2024
1 parent f2942db commit 0bac3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isis/src/base/objs/GisGeometry/GisGeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ namespace Isis {
* @return bool True if valid, false if invalid or non-existant
*
* @history 2018-07-29 Kris Becker - If the geometry is invalid, it throws an
* exception. Catch all exceptions an return proper
* status
* exception. Catch all exceptions and return proper
* status.
*/
bool GisGeometry::isValid() const {
if (!isDefined()) {
Expand Down

0 comments on commit 0bac3de

Please sign in to comment.