[Bf-blender-cvs] [ea2d0f9a7a8] blender2.8: Correct typo

Campbell Barton noreply at git.blender.org
Thu Nov 22 06:17:26 CET 2018


Commit: ea2d0f9a7a82e512744e81df0b4eabfae37b3870
Author: Campbell Barton
Date:   Thu Nov 22 16:17:09 2018 +1100
Branches: blender2.8
https://developer.blender.org/rBea2d0f9a7a82e512744e81df0b4eabfae37b3870

Correct typo

===================================================================

M	release/scripts/startup/bl_ui/space_userpref.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index a5e0a3c9779..954326f8899 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -1210,7 +1210,7 @@ class USERPREF_PT_addons(Panel):
 
     _support_icon_mapping = {
         'OFFICIAL': 'FILE_BLEND',
-        'COMMUNITY': 'COMUNITY',
+        'COMMUNITY': 'COMMUNITY',
         'TESTING': 'EXPERIMENTAL',
     }



More information about the Bf-blender-cvs mailing list