fix doc typo

This commit is contained in:
John Cupitt 2016-10-18 12:48:47 +01:00
parent fb1ff126f4
commit ebecede462
1 changed files with 2 additions and 1 deletions

View File

@ -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;