comment spelling
This commit is contained in:
parent
2a51cf23a3
commit
b1abb2d824
@ -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 );
|
||||
}
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user