Draft: Fix typo in variable name

This commit is contained in:
luz paz
2020-08-26 23:07:33 -04:00
committed by wwmayer
parent ab7e5fb087
commit 5f2c09ea90

View File

@@ -180,7 +180,7 @@ class AnnotationStyleEditor(gui_base.GuiCommandSimplest):
for obj in self.get_annotations():
vobj = obj.ViewObject
try:
curent = vobj.AnnotationStyle
current = vobj.AnnotationStyle
except AssertionError:
# empty annotation styles list
pass