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
path: root/source
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
parentd0f63d402db5260d57dc60cf52aa029d7f11f161 (diff)
Cleanup: warning, spelling
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c1
-rw-r--r--source/creator/creator_args.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 2468f273a04..696267a0e8e 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -5596,7 +5596,6 @@ static void sculpt_init_session(Scene *scene, Object *ob)
static int sculpt_mode_toggle_exec(bContext *C, wmOperator *op)
{
Scene *scene = CTX_data_scene(C);
- ToolSettings *ts = CTX_data_tool_settings(C);
Object *ob = CTX_data_active_object(C);
const int mode_flag = OB_MODE_SCULPT;
const bool is_mode_set = (ob->mode & mode_flag) != 0;
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)
{