Skip to content

Commit

Permalink
Merge pull request #803 from mattclarke/mattclarke-typo-fix
Browse files Browse the repository at this point in the history
Fixed two typos
  • Loading branch information
rhfogh authored Oct 17, 2023
2 parents bee4273 + b23f551 commit fbfa674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mxcubecore/HardwareObjects/Beamline.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def init(self):
def _hwr_init_done(self):
"""
Method called after the initialization of HardwareRepository is done
(when all HardwreObjects have been created and initialized)
(when all HardwareObjects have been created and initialized)
"""
self._hardware_object_id_dict = self._get_id_dict()

Expand Down Expand Up @@ -211,7 +211,7 @@ def _get_id_dict_rec(
"dotted path/attribute"
Args:
ho (HardwreObject): The HardwareObject to get the id for
ho (HardwareObject): The HardwareObject to get the id for
_path (str): Current path (used in recursion)
result: A dictionary where the key is the id of the HardwareObject
and the value its dotted path.
Expand Down

0 comments on commit fbfa674

Please sign in to comment.