From 607aa69808ec7a7246c5c9aa09581fda0d6f23a2 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Fri, 30 Sep 2016 23:16:36 +0100 Subject: [PATCH] fix(options): code style comment --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index a6990a3..0df6a2e 100644 --- a/options.go +++ b/options.go @@ -123,7 +123,7 @@ const ( ExtendCopy Extend = C.VIPS_EXTEND_COPY // ExtendRepeat repeat the whole image. ExtendRepeat Extend = C.VIPS_EXTEND_REPEAT - // ExtendMirro mirror the whole image. + // ExtendMirror mirror the whole image. ExtendMirror Extend = C.VIPS_EXTEND_MIRROR // ExtendWhite extend with white (all bits set) pixels. ExtendWhite Extend = C.VIPS_EXTEND_WHITE