From 93ff76ce5340bf3a17ebf604c4c61d9bc51f96d5 Mon Sep 17 00:00:00 2001 From: Joel Larsson Date: Tue, 21 Dec 2021 15:53:14 +0100 Subject: [PATCH] Fix documentation typo (#2591) A small typo fix on the documenation of `vips_percent` --- libvips/histogram/percent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * ]| *