fix doc spelling of "optimise"

This commit is contained in:
John Cupitt 2019-08-06 14:46:43 +01:00
parent 8b76606a23
commit 98f3bf78a5
3 changed files with 3 additions and 3 deletions

View File

@ -442,7 +442,7 @@ vips_foreign_save_jpeg_mime_init( VipsForeignSaveJpegMime *mime )
* contains an ICC profile named #VIPS_META_ICC_NAME, the
* profile from the VIPS header will be attached.
*
* If @optimize_coding is set, the Huffman tables are optimised. This is
* If @optimize_coding is set, the Huffman tables are optimized. This is
* sllightly slower and produces slightly smaller files.
*
* If @interlace is set, the jpeg files will be interlaced (progressive jpeg,

View File

@ -459,7 +459,7 @@ vips_foreign_save_webp_mime_init( VipsForeignSaveWebpMime *mime )
* with @Q 80, 60, 40 or 20 to apply increasing amounts of preprocessing
* which improves the near-lossless compression ratio by up to 50%.
*
* For animated webp output, @min_size will try to optimise for minimum size.
* For animated webp output, @min_size will try to optimize for minimum size.
*
* For animated webp output, @kmax sets the maximum number of frames between
* keyframes. Setting 0 means only keyframes. @kmin sets the minimum number of

View File

@ -1458,7 +1458,7 @@ vips_image_minimise_all( VipsImage *image )
*
* TRUE if any of the images upstream from @image were opened in sequential
* mode. Some operations change behaviour slightly in sequential mode to
* optimise memory behaviour.
* optimize memory behaviour.
*
* Returns: %TRUE if @image is in sequential mode.
*/