Cleanup: typos

This commit is contained in:
2015-11-16 21:06:40 +11:00
parent 5fd5106740
commit 86154b11ee
8 changed files with 9 additions and 9 deletions

View File

@@ -975,7 +975,7 @@ float UI_text_clip_middle_ex(
float strwidth;
/* Add some epsilon to OK width, avoids 'ellipsing' text that nearly fits!
* Better to have a small piece of the last char cut out, than two remaining chars replaced by an allipsis... */
* Better to have a small piece of the last char cut out, than two remaining chars replaced by an ellipsis... */
okwidth += 1.0f + UI_DPI_FAC;
BLI_assert(str[0]);