[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29028] trunk/blender/source/creator/ creator.c: Small typo in help text.

Nathan Letwory nathan at letworyinteractive.com
Thu May 27 14:46:42 CEST 2010


Revision: 29028
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29028
Author:   jesterking
Date:     2010-05-27 14:46:42 +0200 (Thu, 27 May 2010)

Log Message:
-----------
Small typo in help text.

Modified Paths:
--------------
    trunk/blender/source/creator/creator.c

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c	2010-05-27 12:40:12 UTC (rev 29027)
+++ trunk/blender/source/creator/creator.c	2010-05-27 12:46:42 UTC (rev 29028)
@@ -277,7 +277,7 @@
 	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





More information about the Bf-blender-cvs mailing list