We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f02ac56 + 91989db commit 099844dCopy full SHA for 099844d
src/proj.h
@@ -1833,7 +1833,7 @@ PJ PROJ_DLL *proj_create_conversion_transverse_mercator_south_oriented(
1833
1834
PJ PROJ_DLL *proj_create_conversion_two_point_equidistant(
1835
PJ_CONTEXT *ctx, double latitude_first_point, double longitude_first_point,
1836
- double latitude_second_point, double longitude_secon_point,
+ double latitude_second_point, double longitude_second_point,
1837
double false_easting, double false_northing, const char *ang_unit_name,
1838
double ang_unit_conv_factor, const char *linear_unit_name,
1839
double linear_unit_conv_factor);
0 commit comments