File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ vips_merge_class_init( VipsMergeClass *class )
137
137
138
138
VIPS_ARG_ENUM ( class , "direction" , 4 ,
139
139
_ ( "Direction" ),
140
- _ ( "Horizontal or vertcial merge" ),
140
+ _ ( "Horizontal or vertical merge" ),
141
141
VIPS_ARGUMENT_REQUIRED_INPUT ,
142
142
G_STRUCT_OFFSET ( VipsMerge , direction ),
143
143
VIPS_TYPE_DIRECTION , VIPS_DIRECTION_HORIZONTAL );
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ vips_mosaic_class_init( VipsMosaicClass *class )
195
195
196
196
VIPS_ARG_ENUM ( class , "direction" , 4 ,
197
197
_ ( "Direction" ),
198
- _ ( "Horizontal or vertcial mosaic" ),
198
+ _ ( "Horizontal or vertical mosaic" ),
199
199
VIPS_ARGUMENT_REQUIRED_INPUT ,
200
200
G_STRUCT_OFFSET ( VipsMosaic , direction ),
201
201
VIPS_TYPE_DIRECTION , VIPS_DIRECTION_HORIZONTAL );
Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ vips_mosaic1_class_init( VipsMosaic1Class *class )
504
504
505
505
VIPS_ARG_ENUM ( class , "direction" , 4 ,
506
506
_ ( "Direction" ),
507
- _ ( "Horizontal or vertcial mosaic" ),
507
+ _ ( "Horizontal or vertical mosaic" ),
508
508
VIPS_ARGUMENT_REQUIRED_INPUT ,
509
509
G_STRUCT_OFFSET ( VipsMosaic1 , direction ),
510
510
VIPS_TYPE_DIRECTION , VIPS_DIRECTION_HORIZONTAL );
You can’t perform that action at this time.
0 commit comments