From f0b0524c5fa7d4b8cc857000d8fdfba5170a980f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 14 Mar 2020 15:34:24 +1100 Subject: Cleanup: spelling --- source/blender/blentranslation/BLT_translation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blentranslation') diff --git a/source/blender/blentranslation/BLT_translation.h b/source/blender/blentranslation/BLT_translation.h index c3667c364bc..55403cc35d3 100644 --- a/source/blender/blentranslation/BLT_translation.h +++ b/source/blender/blentranslation/BLT_translation.h @@ -89,7 +89,7 @@ bool BLT_lang_is_ime_supported(void); * NOTE: We translate BLT_I18NCONTEXT_DEFAULT as BLT_I18NCONTEXT_DEFAULT_BPY in Python, * as we can't use "natural" None value in rna string properties... :/ * The void string "" is also interpreted as BLT_I18NCONTEXT_DEFAULT. - * For perf reason, we only use the first char to detect this context, + * For performance reason, we only use the first char to detect this context, * so other contexts should never start with the same char! */ #define BLT_I18NCONTEXT_DEFAULT NULL -- cgit v1.2.3