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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-05-27 16:46:42 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-05-27 16:46:42 +0400
commit8f8c59903d30681088f29ffd82d5e80ab06e0c8d (patch)
treeb94443423324c43cb80ee9b769b02b8108bcf157 /source/creator
parentd8106205dbe8cc895541bd797510d7bf8bead0ff (diff)
Small typo in help text.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 92c580a8d1f..7a8d7d32d9b 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -277,7 +277,7 @@ static int print_help(int argc, char **argv, void *data)
printf (" $BLENDERPATH System directory to use for data files and scripts.\n");
printf (" For this build of blender the default BLENDERPATH is...\n");
printf (" \"%s\"\n", blender_path);
- printf (" seting the $BLENDERPATH will override this\n");
+ printf (" setting the $BLENDERPATH will override this\n");
#ifdef WIN32
printf (" $TEMP Store temporary files here.\n");
#else