diff --git a/libvips/histogram/percent.c b/libvips/histogram/percent.c index 45da79fa..3784f2f4 100644 --- a/libvips/histogram/percent.c +++ b/libvips/histogram/percent.c @@ -144,7 +144,7 @@ vips_percent_init( VipsPercent *percent ) * below which there are @percent values of @in. For example: * * |[ - * $ vips precent k2.jpg 90 + * $ vips percent k2.jpg 90 * 214 * ]| *