From 990b68b54bef63f1c5e433c83081c1c5e486f235 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 23 Oct 2017 18:05:41 +0100 Subject: [PATCH] typos --- libvips/resample/reduceh.cpp | 2 +- libvips/resample/reducev.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libvips/resample/reduceh.cpp b/libvips/resample/reduceh.cpp index b9c98c75..18bc3762 100644 --- a/libvips/resample/reduceh.cpp +++ b/libvips/resample/reduceh.cpp @@ -557,7 +557,7 @@ vips_reduceh_class_init( VipsReducehClass *reduceh_class ) vobject_class->description = _( "shrink an image horizontally" ); vobject_class->build = vips_reduceh_build; - operation_class->flags = VIPS_OPERATION_SEQUENTIAL_UNBUFFERED; + operation_class->flags = VIPS_OPERATION_SEQUENTIAL; VIPS_ARG_DOUBLE( reduceh_class, "hshrink", 3, _( "Hshrink" ), diff --git a/libvips/resample/reducev.cpp b/libvips/resample/reducev.cpp index d0cf278e..d12a0720 100644 --- a/libvips/resample/reducev.cpp +++ b/libvips/resample/reducev.cpp @@ -923,7 +923,7 @@ vips_reducev_class_init( VipsReducevClass *reducev_class ) vobject_class->description = _( "shrink an image vertically" ); vobject_class->build = vips_reducev_build; - operation_class->flags = VIPS_OPERATION_SEQUENTIAL_UNBUFFERED; + operation_class->flags = VIPS_OPERATION_SEQUENTIAL; VIPS_ARG_DOUBLE( reducev_class, "vshrink", 3, _( "Vshrink" ), @@ -967,7 +967,7 @@ vips_reducev_init( VipsReducev *reducev ) * vips_reducev: (method) * @in: input image * @out: (out): output image - * @vshrink: horizontal reduce + * @vshrink: vertical reduce * @...: %NULL-terminated list of optional named arguments * * Optional arguments: