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:
authorBrecht Van Lommel <brecht@blender.org>2022-04-05 23:21:13 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-04-05 23:21:13 +0300
commit5f1adfc508cfa117aeead20462f82233d36dca6f (patch)
tree49a6185214bfd249b0c44139bde4f84456672294 /source/creator
parent0d43ff43a48978012f58b412b89097c6204c966a (diff)
Cleanup: fix various typos
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14443
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 e1f5bb6377d..05b7f1bcb85 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1644,7 +1644,7 @@ static int arg_handle_scene_set(int argc, const char **argv, void *data)
CTX_data_scene_set(C, scene);
/* Set the scene of the first window, see: T55991,
- * otherwise scrips that run later won't get this scene back from the context. */
+ * otherwise scripts that run later won't get this scene back from the context. */
wmWindow *win = CTX_wm_window(C);
if (win == NULL) {
win = CTX_wm_manager(C)->windows.first;