From d73d7e6e1882cdb7b0a36d18d8d5edcf4b8edb69 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 27 Oct 2015 12:08:43 +0000 Subject: [PATCH] type --- libvips/iofuncs/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/iofuncs/object.c b/libvips/iofuncs/object.c index aa420e82..23288fbb 100644 --- a/libvips/iofuncs/object.c +++ b/libvips/iofuncs/object.c @@ -1317,7 +1317,7 @@ vips_object_get_property( GObject *gobject, if( !argument_instance->assigned ) { /* Set the value to the default. Things like Ruby * gobject-introspection will walk objects during GC, and we - * can find ourselves fetching object vaklues between init and + * can find ourselves fetching object values between init and * build. */ g_param_value_set_default( pspec, value );