From df28948b9dc792f45fc58ddfe39dca5efe813ee7 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 29 Nov 2017 12:51:07 +0000 Subject: [PATCH] typo --- libvips/iofuncs/header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/iofuncs/header.c b/libvips/iofuncs/header.c index 1f6c60ff..e10436ae 100644 --- a/libvips/iofuncs/header.c +++ b/libvips/iofuncs/header.c @@ -965,7 +965,7 @@ vips_image_set( VipsImage *image, const char *name, GValue *value ) /* If we're setting an EXIF data block, we need to automatically expand * out all the tags. This will set things like xres/yres too. * - * We do this herfe rather than in meta_new() since we don't want to + * We do this here rather than in meta_new() since we don't want to * trigger on copy_fields. */ if( strcmp( name, VIPS_META_EXIF_NAME ) == 0 )