Skip to content

Commit 420daf8

Browse files
committed
fix typo
see libvips/pyvips#198 (comment) thanks Tremeschin
1 parent 7a2b2f8 commit 420daf8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libvips/mosaicing/merge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ vips_merge_class_init( VipsMergeClass *class )
137137

138138
VIPS_ARG_ENUM( class, "direction", 4,
139139
_( "Direction" ),
140-
_( "Horizontal or vertcial merge" ),
140+
_( "Horizontal or vertical merge" ),
141141
VIPS_ARGUMENT_REQUIRED_INPUT,
142142
G_STRUCT_OFFSET( VipsMerge, direction ),
143143
VIPS_TYPE_DIRECTION, VIPS_DIRECTION_HORIZONTAL );

libvips/mosaicing/mosaic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ vips_mosaic_class_init( VipsMosaicClass *class )
195195

196196
VIPS_ARG_ENUM( class, "direction", 4,
197197
_( "Direction" ),
198-
_( "Horizontal or vertcial mosaic" ),
198+
_( "Horizontal or vertical mosaic" ),
199199
VIPS_ARGUMENT_REQUIRED_INPUT,
200200
G_STRUCT_OFFSET( VipsMosaic, direction ),
201201
VIPS_TYPE_DIRECTION, VIPS_DIRECTION_HORIZONTAL );

libvips/mosaicing/mosaic1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ vips_mosaic1_class_init( VipsMosaic1Class *class )
504504

505505
VIPS_ARG_ENUM( class, "direction", 4,
506506
_( "Direction" ),
507-
_( "Horizontal or vertcial mosaic" ),
507+
_( "Horizontal or vertical mosaic" ),
508508
VIPS_ARGUMENT_REQUIRED_INPUT,
509509
G_STRUCT_OFFSET( VipsMosaic1, direction ),
510510
VIPS_TYPE_DIRECTION, VIPS_DIRECTION_HORIZONTAL );

0 commit comments

Comments
 (0)