From 7303ecbebb94c70910da6903663623b45606498b Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 31 Oct 2018 14:09:57 +0000 Subject: [PATCH] typo thanks @becoded --- libvips/resample/thumbnail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/resample/thumbnail.c b/libvips/resample/thumbnail.c index 5add6902..fdb7e164 100644 --- a/libvips/resample/thumbnail.c +++ b/libvips/resample/thumbnail.c @@ -703,7 +703,7 @@ vips_thumbnail_class_init( VipsThumbnailClass *class ) VIPS_TYPE_INTENT, VIPS_INTENT_RELATIVE ); /* BOOL args which default TRUE arguments don't work with the - * command-line -- GOption does ot allow --auto-rotate=false. + * command-line -- GOption does not allow --auto-rotate=false. * * This is now replaced (though still functional) with "no-rotate", * see above.