From 8b06c524d207f5e67ef22d6a1869c94d8f91717f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 4 Mar 2022 10:29:53 +1100 Subject: Cleanup: spelling in comments, function name --- source/blender/editors/space_image/image_sequence.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_image') diff --git a/source/blender/editors/space_image/image_sequence.c b/source/blender/editors/space_image/image_sequence.c index abe2a359a69..365cf2542b2 100644 --- a/source/blender/editors/space_image/image_sequence.c +++ b/source/blender/editors/space_image/image_sequence.c @@ -33,9 +33,8 @@ typedef struct ImageFrame { } ImageFrame; /** - * Get a list of frames from the list of image files matching the first file - * name sequence pattern. The files and directory are read from standard - * fileselect operator properties. + * Get a list of frames from the list of image files matching the first file name sequence pattern. + * The files and directory are read from standard file-select operator properties. * * The output is a list of frame ranges, each containing a list of frames with matching names. */ -- cgit v1.2.3