From f6b7426964d27e401b57d86ee2f894fa7ccaec96 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 20 Apr 2017 17:35:16 +0100 Subject: [PATCH] doc typo --- libvips/iofuncs/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/iofuncs/image.c b/libvips/iofuncs/image.c index 0a2d6436..cf586437 100644 --- a/libvips/iofuncs/image.c +++ b/libvips/iofuncs/image.c @@ -119,7 +119,7 @@ * to formatted memory buffers (with vips_image_write_to_buffer()) and to * C-style memory arrays (with vips_image_write_to_memory(). * - * You can also write image to other images. Create, for example, a temporary + * You can also write images to other images. Create, for example, a temporary * disc image with vips_image_new_temp_file(), then write your image to that * with vips_image_write(). You can create several other types of image and * write to them, see vips_image_new_memory(), for example.