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>2012-04-25 10:06:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-25 10:06:40 +0400
commitee6aaafd31f81c6b493c7f6b83ca186ce369d104 (patch)
tree3cf64563302eb5ee148748288ff9539cefd06a1f /source/blender/editors/transform
parentd87ca16fb889231c03ad41ea555683d8f8493f7d (diff)
code cleanup: typos and set gcc attributes for string formatting.
Diffstat (limited to 'source/blender/editors/transform')
-rw-r--r--source/blender/editors/transform/transform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index 6b46a7bce8e..f3819a1b83c 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -4788,7 +4788,7 @@ void projectSVData(TransInfo *t, int final)
}
if (e_sel) {
- /* warning if the UV's are not contiguiys, this will copy from the _wrong_ UVs
+ /* warning if the UV's are not contiguous, this will copy from the _wrong_ UVs
* in fact whenever the face being copied is not 'f_copy' this can happen,
* we could be a lot smarter about this but would need to deal with every UV channel or
* add a way to mask out lauers when calling #BM_loop_interp_from_face() */