Skip to content

Commit

Permalink
Merge b26d5e7 into 561722c
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 5, 2023
2 parents 561722c + b26d5e7 commit 9baec26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/4D_api.cpp
Expand Up @@ -1484,7 +1484,7 @@ int proj_trans_bounds(PJ_CONTEXT *context, PJ *P, PJ_DIRECTION direction,
bool degree_input = proj_degree_input(P, direction) != 0;
if (degree_output && densify_pts < 2) {
proj_log_error(
P, _("densify_pts must be at least 2 if the output is geograpic."));
P, _("densify_pts must be at least 2 if the output is geographic."));
proj_errno_set(P, PROJ_ERR_INVALID_OP_ILLEGAL_ARG_VALUE);
return false;
}
Expand Down

0 comments on commit 9baec26

Please sign in to comment.