Skip to content

Commit

Permalink
fix next typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Jun 10, 2024
1 parent 7077e5f commit 15cb11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sardananxsrecorder/nxsrecorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ def __skipAcquisitionModes(self):
self.debug('Skip Acquisition Modes: %s' % str(skip_acq))
return skip_acq

def __varaibleList(self, variable='NeXusAcquisitionModes'):
def __variableList(self, variable='NeXusAcquisitionModes'):
""" read variable list
"""
try:
Expand Down

0 comments on commit 15cb11b

Please sign in to comment.