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 2268f41418
commit 77982e159c

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