diff --git a/lib/mayaUsd/resources/ae/usdschemabase/ae_template.py b/lib/mayaUsd/resources/ae/usdschemabase/ae_template.py index f6dbf22f6a..30fc1dedaf 100644 --- a/lib/mayaUsd/resources/ae/usdschemabase/ae_template.py +++ b/lib/mayaUsd/resources/ae/usdschemabase/ae_template.py @@ -637,7 +637,7 @@ def isSectionOpen(sectionName): lowerName = sectionName.lower() return 'light' in lowerName and 'link' not in lowerName - # Dictionry of which function to call to create a given section. + # Dictionary of which function to call to create a given section. # By default, calls the generic createSection, which will search # in the list of known custom control creators for the one to be # used.