From 9b12e73ffa32959cfab6b75d6670c822812225b9 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 17 May 2012 09:55:19 +0100 Subject: [PATCH] spelling error --- libvips/iofuncs/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/iofuncs/error.c b/libvips/iofuncs/error.c index e790ecd2..b6ee8530 100644 --- a/libvips/iofuncs/error.c +++ b/libvips/iofuncs/error.c @@ -275,7 +275,7 @@ vips_error_g( GError **error ) /** * vips_error_clear: * - * Clear and reset the error buffer. This is typically called after presentng + * Clear and reset the error buffer. This is typically called after presenting * an error to the user. * * See also: vips_error_buffer().