Skip to content

Commit

Permalink
Spelling fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Dec 7, 2020
1 parent 2a8418d commit b0be015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/objectstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b0be015

Please sign in to comment.