comment spelling

This commit is contained in:
John Cupitt 2021-04-15 12:55:14 +01:00
parent 2a51cf23a3
commit b1abb2d824
2 changed files with 27 additions and 26 deletions

View File

@ -139,7 +139,7 @@ vips_foreign_load_jxl_error( VipsForeignLoadJxl *jxl, const char *details )
{
VipsObjectClass *class = VIPS_OBJECT_GET_CLASS( jxl );
/* TODO ... jxl has no way to get error messages at the moemnt.
/* TODO ... jxl has no way to get error messages at the moment.
*/
vips_error( class->nickname, "%s", details );
}

View File

@ -127,7 +127,7 @@ vips_foreign_save_jxl_error( VipsForeignSaveJxl *jxl, const char *details )
{
VipsObjectClass *class = VIPS_OBJECT_GET_CLASS( jxl );
/* TODO ... jxl has no way to get error messages at the moemnt.
/* TODO ... jxl has no way to get error messages at the moment.
*/
vips_error( class->nickname, "%s", details );
}
@ -148,7 +148,8 @@ vips_foreign_save_jxl_print_info( JxlBasicInfo *info )
printf( " relative_to_max_display = %d\n",
info->relative_to_max_display );
printf( " linear_below = %g\n", info->linear_below );
printf( " uses_original_profile = %d\n", info->uses_original_profile );
printf( " uses_original_profile = %d\n",
info->uses_original_profile );
printf( " have_preview = %d\n", info->have_preview );
printf( " have_animation = %d\n", info->have_animation );
printf( " orientation = %d\n", info->orientation );