From 2698688c9457dca95b4d0486d3a24b533da809a8 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 26 Jan 2016 13:37:56 +0000 Subject: [PATCH] oops spelling --- libvips/create/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/create/text.c b/libvips/create/text.c index f7ea3122..4ca4e000 100644 --- a/libvips/create/text.c +++ b/libvips/create/text.c @@ -288,7 +288,7 @@ vips_text_class_init( VipsTextClass *class ) VIPS_ARG_STRING( class, "font", 5, _( "Font" ), - _( "Font to render width" ), + _( "Font to render with" ), VIPS_ARGUMENT_OPTIONAL_INPUT, G_STRUCT_OFFSET( VipsText, font ), NULL );