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-03-14 07:34:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-14 07:43:21 +0300
commitf0b0524c5fa7d4b8cc857000d8fdfba5170a980f (patch)
tree28ef3b49abdabd6a7f49b9ae8c5a67dfa1ce2f61 /source/blender/blentranslation
parent117ccb56ad7a7047b335de9bb5d6ea6e0acf3133 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blentranslation')
-rw-r--r--source/blender/blentranslation/BLT_translation.h2
1 files changed, 1 insertions, 1 deletions
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