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/space_text
parent1f75be8a40041e94711c5d17507d88d8e64c1977 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_text')
-rw-r--r--source/blender/editors/space_text/text_format.h2
1 files changed, 1 insertions, 1 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