Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-01-30 13:02:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-30 13:02:27 +0300
commitc80b1f54108b8d3491830b0667db4798fd751728 (patch)
tree15198b236704244f1b37e68bd011f1390fd2fb21 /source/creator
parentd0f63d402db5260d57dc60cf52aa029d7f11f161 (diff)
Cleanup: warning, spelling
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 19f30584f89..a9da1e8c794 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1351,7 +1351,7 @@ static const char arg_handle_render_frame_doc[] =
"\n"
"\t* +<frame> start frame relative, -<frame> end frame relative.\n"
"\t* A comma separated list of frames can also be used (no spaces).\n"
-"\t* A range of frames can be expressed using '..' seperator between the first and last frames (inclusive).\n"
+"\t* A range of frames can be expressed using '..' separator between the first and last frames (inclusive).\n"
;
static int arg_handle_render_frame(int argc, const char **argv, void *data)
{