revise comment

This commit is contained in:
John Cupitt 2022-12-22 18:10:52 +00:00
parent a4c1919d69
commit 96946001c6
1 changed files with 2 additions and 2 deletions

View File

@ -161,8 +161,8 @@ vips_target_custom_end_real( VipsTarget *target )
VIPS_DEBUG_MSG( "vips_target_custom_end_real:\n" );
/* For compatibility with oklder libvipses, we have to emit "finish"
* as well. ruby-vips relies on this.
/* For compatibility with older libvipses, we have to emit "finish"
* as well, eg. ruby-vips relies on this.
*/
g_signal_emit( target, vips_target_custom_signals[SIG_FINISH], 0 );