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-16 08:28:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-16 08:28:02 +0300
commit7e8cba98b6f0f2372706901eae3ee19f3bc5c779 (patch)
tree9fc972dd4d61f665ac1eec47814bb6978202ce0e /source/blender/editors/interface/interface.c
parentc7309c500750fe5acdd5d6e79a0405716402670e (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/interface/interface.c')
-rw-r--r--source/blender/editors/interface/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface.c b/source/blender/editors/interface/interface.c
index 5d20846c528..11c7f68ae55 100644
--- a/source/blender/editors/interface/interface.c
+++ b/source/blender/editors/interface/interface.c
@@ -392,7 +392,7 @@ static void ui_block_bounds_calc_text(uiBlock *block, float offset)
}
/* Skip all buttons that are in a horizontal alignment group.
- * We don't want to split them appart (but still check the row's width and apply current
+ * We don't want to split them apart (but still check the row's width and apply current
* offsets). */
if (bt->next && ui_but_is_row_alignment_group(bt, bt->next)) {
int width = 0;