Tools: Fix key name

This commit is contained in:
Shahram Najm 2022-07-26 19:05:11 +01:00
parent a677da2908
commit b111d0b70b
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static int process_file(const char* filename)
}
if (lon1 != 0) {
error(filename, msg_num, "latitudeOfFirstGridPointInDegrees=%f but should be 0\n", lon1);
error(filename, msg_num, "longitudeOfFirstGridPointInDegrees=%f but should be 0\n", lon1);
}
expected_lon2 = 360.0 - 360.0 / (4 * N);