[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [61036] trunk/blender: code cleanup: spelling

Campbell Barton ideasman42 at gmail.com
Fri Nov 1 00:52:45 CET 2013


Revision: 61036
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=61036
Author:   campbellbarton
Date:     2013-10-31 23:52:44 +0000 (Thu, 31 Oct 2013)
Log Message:
-----------
code cleanup: spelling

Modified Paths:
--------------
    trunk/blender/intern/cycles/render/sky_model.h
    trunk/blender/source/blender/blenkernel/BKE_rigidbody.h
    trunk/blender/source/blender/blenlib/intern/BLI_ghash.c
    trunk/blender/source/blender/blenlib/intern/edgehash.c
    trunk/blender/source/blender/blenlib/intern/threads.c
    trunk/blender/source/blender/editors/animation/anim_markers.c
    trunk/blender/source/blender/editors/space_file/filelist.c
    trunk/blender/source/creator/creator.c

Modified: trunk/blender/intern/cycles/render/sky_model.h
===================================================================
--- trunk/blender/intern/cycles/render/sky_model.h	2013-10-31 21:56:04 UTC (rev 61035)
+++ trunk/blender/intern/cycles/render/sky_model.h	2013-10-31 23:52:44 UTC (rev 61036)
@@ -136,7 +136,7 @@
 
 See the notes about the "Alien World" functionality provided further down for a 
 discussion of the usefulness and limits of that second initalisation function.
-Sky model states that have been initialised with either function behave in a
+Sky model states that have been initialized with either function behave in a
 completely identical fashion during use and cleanup.
 
 Using the model to generate skydome samples

Modified: trunk/blender/source/blender/blenkernel/BKE_rigidbody.h
===================================================================
--- trunk/blender/source/blender/blenkernel/BKE_rigidbody.h	2013-10-31 21:56:04 UTC (rev 61035)
+++ trunk/blender/source/blender/blenkernel/BKE_rigidbody.h	2013-10-31 23:52:44 UTC (rev 61036)
@@ -57,7 +57,7 @@
 /* -------------- */
 /* Setup */
 
-/* create Blender-side settings data - physics objects not initialised yet */
+/* create Blender-side settings data - physics objects not initialized yet */
 struct RigidBodyWorld *BKE_rigidbody_create_world(struct Scene *scene);
 struct RigidBodyOb *BKE_rigidbody_create_object(struct Scene *scene, struct Object *ob, short type);
 struct RigidBodyCon *BKE_rigidbody_create_constraint(struct Scene *scene, struct Object *ob, short type);

Modified: trunk/blender/source/blender/blenlib/intern/BLI_ghash.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/BLI_ghash.c	2013-10-31 21:56:04 UTC (rev 61035)
+++ trunk/blender/source/blender/blenlib/intern/BLI_ghash.c	2013-10-31 23:52:44 UTC (rev 61036)
@@ -136,7 +136,7 @@
 }
 
 /**
- * Increase initial bucket size to match a reserved ammount.
+ * Increase initial bucket size to match a reserved amount.
  */
 BLI_INLINE void ghash_buckets_reserve(GHash *gh, const unsigned int nentries_reserve)
 {

Modified: trunk/blender/source/blender/blenlib/intern/edgehash.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/edgehash.c	2013-10-31 21:56:04 UTC (rev 61035)
+++ trunk/blender/source/blender/blenlib/intern/edgehash.c	2013-10-31 23:52:44 UTC (rev 61036)
@@ -137,7 +137,7 @@
 }
 
 /**
- * Increase initial bucket size to match a reserved ammount.
+ * Increase initial bucket size to match a reserved amount.
  */
 BLI_INLINE void edgehash_buckets_reserve(EdgeHash *eh, const unsigned int nentries_reserve)
 {

Modified: trunk/blender/source/blender/blenlib/intern/threads.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/threads.c	2013-10-31 21:56:04 UTC (rev 61035)
+++ trunk/blender/source/blender/blenlib/intern/threads.c	2013-10-31 23:52:44 UTC (rev 61036)
@@ -166,7 +166,7 @@
 	if (task_scheduler == NULL) {
 		int tot_thread = BLI_system_thread_count();
 
-		/* Do a lazy initialization, so it happes after
+		/* Do a lazy initialization, so it happens after
 		 * command line arguments parsing
 		 */
 		task_scheduler = BLI_task_scheduler_create(tot_thread);

Modified: trunk/blender/source/blender/editors/animation/anim_markers.c
===================================================================
--- trunk/blender/source/blender/editors/animation/anim_markers.c	2013-10-31 21:56:04 UTC (rev 61035)
+++ trunk/blender/source/blender/editors/animation/anim_markers.c	2013-10-31 23:52:44 UTC (rev 61036)
@@ -732,7 +732,6 @@
 		case ESCKEY:
 			ed_marker_move_cancel(C, op);
 			return OPERATOR_CANCELLED;
-		
 		case RIGHTMOUSE:
 			/* press = user manually demands transform to be canceled */
 			if (event->val == KM_PRESS) {

Modified: trunk/blender/source/blender/editors/space_file/filelist.c
===================================================================
--- trunk/blender/source/blender/editors/space_file/filelist.c	2013-10-31 21:56:04 UTC (rev 61035)
+++ trunk/blender/source/blender/editors/space_file/filelist.c	2013-10-31 23:52:44 UTC (rev 61036)
@@ -804,7 +804,8 @@
 	else if (BLI_testextensie(path, ".ogg")) {
 		if (IMB_isanim(path)) {
 			return MOVIEFILE;
-		} else {
+		}
+		else {
 			return SOUNDFILE;
 		}
 	}

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c	2013-10-31 21:56:04 UTC (rev 61035)
+++ trunk/blender/source/creator/creator.c	2013-10-31 23:52:44 UTC (rev 61036)
@@ -1470,7 +1470,7 @@
 #endif
 
 #ifdef WIN32 /* Win32 Unicode Args */
-	/* NOTE: cannot use guardedalloc malloc here, as it's not yet initialised 
+	/* NOTE: cannot use guardedalloc malloc here, as it's not yet initialized
 	 *       (it depends on the args passed in, which is what we're getting here!)
 	 */
 	wchar_t **argv_16 = CommandLineToArgvW(GetCommandLineW(), &argc);




More information about the Bf-blender-cvs mailing list