diff --git a/lib/galaxy/objectstore/__init__.py b/lib/galaxy/objectstore/__init__.py index d2a896e79e78..d967c0df1a80 100644 --- a/lib/galaxy/objectstore/__init__.py +++ b/lib/galaxy/objectstore/__init__.py @@ -929,7 +929,7 @@ class HierarchicalObjectStore(NestedObjectStore): store_type = 'hierarchical' def __init__(self, config, config_dict, fsmon=False): - """The default contructor. Extends `NestedObjectStore`.""" + """The default constructor. Extends `NestedObjectStore`.""" super().__init__(config, config_dict) backends = OrderedDict()