Skip to content

Commit 099844d

Browse files
authored
Merge pull request #4575 from Glatzel/fix-spell
Fix typo in proj.h
2 parents f02ac56 + 91989db commit 099844d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proj.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@ PJ PROJ_DLL *proj_create_conversion_transverse_mercator_south_oriented(
18331833

18341834
PJ PROJ_DLL *proj_create_conversion_two_point_equidistant(
18351835
PJ_CONTEXT *ctx, double latitude_first_point, double longitude_first_point,
1836-
double latitude_second_point, double longitude_secon_point,
1836+
double latitude_second_point, double longitude_second_point,
18371837
double false_easting, double false_northing, const char *ang_unit_name,
18381838
double ang_unit_conv_factor, const char *linear_unit_name,
18391839
double linear_unit_conv_factor);

0 commit comments

Comments
 (0)