Skip to content

Commit

Permalink
Fix spelling errors.
Browse files Browse the repository at this point in the history
 * occured -> occurred
  • Loading branch information
sebastic authored and tbonfort committed Apr 14, 2017
1 parent 50f3bc4 commit 67843f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/source_gdal.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ void _mapcache_source_gdal_render_metatile(mapcache_context *ctx, mapcache_sourc
#endif

if( eErr != CE_None ) {
ctx->set_error(ctx, 500,"GDAL I/O error occured");
ctx->set_error(ctx, 500,"GDAL I/O error occurred");
GDALClose(hDstDS); /* close first this one, as it references hTmpDS or hSrcDS */
if( hTmpDS )
GDALClose(hTmpDS); /* references hSrcDS, so close before */
Expand Down

0 comments on commit 67843f4

Please sign in to comment.