Skip to content

Commit

Permalink
Fix spelling errors.
Browse files Browse the repository at this point in the history
 * degreees -> degrees
  • Loading branch information
sebastic committed Apr 21, 2019
1 parent a381941 commit 84f9d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/mapcache_seed.c
Expand Up @@ -1258,7 +1258,7 @@ int main(int argc, const char **argv)
extent->miny < -91.0 ||
extent->maxy > 91.0) {
printf("\n********************************************************************************\n"
"* WARNING!!!: you are seeding a grid in latlon degreees,\n"
"* WARNING!!!: you are seeding a grid in latlon degrees,\n"
"* but your provided OGR intersection features span (%f,%f,%f,%f).\n"
"* this seems like an error, you should be providing OGR features that\n"
"* are in the same projection as the grid you want to seed\n"
Expand All @@ -1271,7 +1271,7 @@ int main(int argc, const char **argv)
extent->miny > -91.0 &&
extent->maxy < 91.0) {
printf("\n********************************************************************************\n"
"* WARNING!!!: you are seeding a grid that is not in latlon degreees,\n"
"* WARNING!!!: you are seeding a grid that is not in latlon degrees,\n"
"* but your provided OGR intersection features span (%f,%f,%f,%f) which seem to be in degrees.\n"
"* this seems like an error, you should be providing OGR features that\n"
"* are in the same projection as the grid you want to seed\n"
Expand Down

0 comments on commit 84f9d10

Please sign in to comment.