From ebecede462f30239edbe3f38b1466e3d07b3dc3e Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 18 Oct 2016 12:48:47 +0100 Subject: [PATCH] fix doc typo --- libvips/arithmetic/math2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libvips/arithmetic/math2.c b/libvips/arithmetic/math2.c index a7aef448..a79f8235 100644 --- a/libvips/arithmetic/math2.c +++ b/libvips/arithmetic/math2.c @@ -392,7 +392,8 @@ vips_math2_const_class_init( VipsMath2ConstClass *class ) gobject_class->get_property = vips_object_get_property; object_class->nickname = "math2_const"; - object_class->description = _( "pow( @in, @c )" ); + object_class->description = + _( "binary math operations with a constant" ); object_class->build = vips_math2_const_build; aclass->process_line = vips_math2_const_buffer;