From 09c50bac60e16e0e719a0b6b63893c2f100a338c Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 24 Dec 2022 13:03:20 +0000 Subject: [PATCH] tiny doc fix see https://github.com/libvips/libvips/discussions/3239#discussioncomment-4490620 --- libvips/conversion/sequential.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvips/conversion/sequential.c b/libvips/conversion/sequential.c index 01e5b747..6e49a9b5 100644 --- a/libvips/conversion/sequential.c +++ b/libvips/conversion/sequential.c @@ -283,14 +283,14 @@ vips_sequential_init( VipsSequential *sequential ) * * Optional arguments: * - * * @strip_height: height of cache strips + * * @tile_height: height of cache strips * * This operation behaves rather like vips_copy() between images * @in and @out, except that it checks that pixels on @in are only requested * top-to-bottom. This operation is useful for loading file formats which are * strictly top-to-bottom, like PNG. * - * @strip_height can be used to set the size of the tiles that + * @tile_height can be used to set the size of the tiles that * vips_sequential() uses. The default value is 1. * * See also: vips_cache(), vips_linecache(), vips_tilecache().