Skip to content

Commit

Permalink
Typo in header file
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya <[email protected]>
  • Loading branch information
adityapande-1995 committed May 17, 2022
1 parent 4370ef6 commit 8bcc9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geospatial/include/gz/common/geospatial/Dem.hh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace ignition
public: int Load(const std::string &_filename = "");

/// \brief Indicate that this is a non Earth DEM.
/// \param[in] isNonEarthDem Should be true if this is a
/// \param[in] _isNonEarthDem Should be true if this is a
/// non earth DEM, otherwise false.
public: void SetNonEarthDEM(bool _isNonEarthDem);

Expand Down

0 comments on commit 8bcc9d0

Please sign in to comment.