Cycles: Fix typo in the panel name

No user visible changes, it was a typo in the name of the class.

Spotted by povmaniac in IRC, thanks!
This commit is contained in:
Sergey Sharybin 2017-01-23 10:35:15 +01:00
parent 2a757450f5
commit 7a9f8d0c77
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class CyclesRender_PT_sampling(CyclesButtonsPanel, Panel):
draw_samples_info(layout, context)
class CyclesRender_PT_geometery(CyclesButtonsPanel, Panel):
class CyclesRender_PT_geometry(CyclesButtonsPanel, Panel):
bl_label = "Geometry"
bl_options = {'DEFAULT_CLOSED'}