spelling mistakes and corrections

This commit is contained in:
niels
2025-11-03 02:59:10 +01:00
parent 8980c74d7f
commit 56de558c61
10 changed files with 23 additions and 23 deletions

View File

@@ -335,7 +335,7 @@ sample_info *sample_skeleton_new(long startFrame, long endFrame)
if(endFrame <= startFrame )
{
veejay_msg(VEEJAY_MSG_ERROR,"End frame %ld must be greater then start frame %ld", endFrame, startFrame);
veejay_msg(VEEJAY_MSG_ERROR,"End frame %ld must be greater than start frame %ld", endFrame, startFrame);
return NULL;
}