Skip to content

Commit c7ca193

Browse files
authored
Merge pull request #199 from sebastic/spelling-errors
Fix spelling errors.
2 parents a381941 + 84f9d10 commit c7ca193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/mapcache_seed.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ int main(int argc, const char **argv)
12581258
extent->miny < -91.0 ||
12591259
extent->maxy > 91.0) {
12601260
printf("\n********************************************************************************\n"
1261-
"* WARNING!!!: you are seeding a grid in latlon degreees,\n"
1261+
"* WARNING!!!: you are seeding a grid in latlon degrees,\n"
12621262
"* but your provided OGR intersection features span (%f,%f,%f,%f).\n"
12631263
"* this seems like an error, you should be providing OGR features that\n"
12641264
"* are in the same projection as the grid you want to seed\n"
@@ -1271,7 +1271,7 @@ int main(int argc, const char **argv)
12711271
extent->miny > -91.0 &&
12721272
extent->maxy < 91.0) {
12731273
printf("\n********************************************************************************\n"
1274-
"* WARNING!!!: you are seeding a grid that is not in latlon degreees,\n"
1274+
"* WARNING!!!: you are seeding a grid that is not in latlon degrees,\n"
12751275
"* but your provided OGR intersection features span (%f,%f,%f,%f) which seem to be in degrees.\n"
12761276
"* this seems like an error, you should be providing OGR features that\n"
12771277
"* are in the same projection as the grid you want to seed\n"

0 commit comments

Comments
 (0)