Skip to content

Commit

Permalink
Viewshed: typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Aug 30, 2024
1 parent 08a59e2 commit 12747ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gdal_viewshed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ void validateArgs(Options &localOpts, const GDALArgumentParser &argParser)
if (argParser.is_used(opt))
{
std::string err = "Option " + std::string(opt) +
" can'only be used in cumulative mode.";
" can only be used in cumulative mode.";
CPLError(CE_Failure, CPLE_AppDefined, "%s", err.c_str());
exit(2);
}
Expand Down

0 comments on commit 12747ef

Please sign in to comment.