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>2020-09-09 06:19:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-09 06:30:05 +0300
commit23f1dea4408fa87db5193b88b4315d8de15804b2 (patch)
tree6035831b3fb3e6a8c68953b0390b08574d74ac6b /source/blender/editors
parent1f75be8a40041e94711c5d17507d88d8e64c1977 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_text/text_format.h2
-rw-r--r--source/blender/editors/uvedit/uvedit_unwrap_ops.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_text/text_format.h b/source/blender/editors/space_text/text_format.h
index bb9574ee55e..833f40730ad 100644
--- a/source/blender/editors/space_text/text_format.h
+++ b/source/blender/editors/space_text/text_format.h
@@ -61,7 +61,7 @@ typedef struct TextFormatType {
char (*format_identifier)(const char *string);
/* Formats the specified line. If do_next is set, the process will move on to
- * the succeeding line if it is affected (eg. multiline strings). Format strings
+ * the succeeding line if it is affected (eg. multi-line strings). Format strings
* may contain any of the following characters:
*
* It is terminated with a null-terminator '\0' followed by a continuation
diff --git a/source/blender/editors/uvedit/uvedit_unwrap_ops.c b/source/blender/editors/uvedit/uvedit_unwrap_ops.c
index 49f11cd6a74..f043dc92624 100644
--- a/source/blender/editors/uvedit/uvedit_unwrap_ops.c
+++ b/source/blender/editors/uvedit/uvedit_unwrap_ops.c
@@ -261,7 +261,7 @@ static void construct_param_handle_face_add(ParamHandle *handle,
key = (ParamKey)face_index;
/* let parametrizer split the ngon, it can make better decisions
- * about which split is best for unwrapping than scanfill */
+ * about which split is best for unwrapping than poly-fill. */
BM_ITER_ELEM_INDEX (l, &liter, efa, BM_LOOPS_OF_FACE, i) {
MLoopUV *luv = BM_ELEM_CD_GET_VOID_P(l, cd_loop_uv_offset);