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:
authorCampbell Barton <ideasman42@gmail.com>2019-08-04 05:51:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-04 05:51:44 +0300
commit2425401a594649abff263d49b902e335a7d614e0 (patch)
treeb035713521575230de03012edf14966e1aed1719 /source/blender/blenkernel
parent85a7cebd537d3782299be180dd1859555d2e12d0 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/object.c2
-rw-r--r--source/blender/blenkernel/intern/studiolight.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/object.c b/source/blender/blenkernel/intern/object.c
index eb2f23a7b2a..d95c02cdf7f 100644
--- a/source/blender/blenkernel/intern/object.c
+++ b/source/blender/blenkernel/intern/object.c
@@ -2226,7 +2226,7 @@ static bool ob_parcurve(Object *ob, Object *par, float mat[4][4])
* dependency cycles. We can't correct anything from here, since that would
* cause a threading conflicts.
*
- * TODO(sergey): Somce of the legit looking cases like T56619 need to be
+ * TODO(sergey): Some of the legit looking cases like T56619 need to be
* looked into, and maybe curve cache (and other dependencies) are to be
* evaluated prior to conversion. */
if (par->runtime.curve_cache == NULL) {
diff --git a/source/blender/blenkernel/intern/studiolight.c b/source/blender/blenkernel/intern/studiolight.c
index 20f2a9be53b..6e83f5d75e2 100644
--- a/source/blender/blenkernel/intern/studiolight.c
+++ b/source/blender/blenkernel/intern/studiolight.c
@@ -69,7 +69,7 @@ static int last_studiolight_id = 0;
/*
* Disable this option so caches are not loaded from disk
- * Do not checkin with this commented out
+ * Do not checking with this commented out.
*/
#define STUDIOLIGHT_LOAD_CACHED_FILES