fix(options): code style comment

This commit is contained in:
Tomas Aparicio 2016-09-30 23:16:36 +01:00
parent e6b50ded02
commit 607aa69808

View file

@ -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