Skip to content

Commit 67843f4

Browse files
sebastictbonfort
authored andcommitted
Fix spelling errors.
* occured -> occurred
1 parent 50f3bc4 commit 67843f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/source_gdal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ void _mapcache_source_gdal_render_metatile(mapcache_context *ctx, mapcache_sourc
571571
#endif
572572

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

0 commit comments

Comments
 (0)