mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 15:50:01 +01:00
spelling mistakes and corrections
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user