Skip to content

Commit dc56036

Browse files
committed
fix codespell error
1 parent ead942d commit dc56036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_slurmctld.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ def test_statistics():
118118
slurmctld.Statistics.reset()
119119
new_stats = slurmctld.Statistics.load()
120120
assert new_stats.to_dict()
121-
# Check that resetting it was actually sucessful.
121+
# Check that resetting it was actually successful.
122122
assert data_since < new_stats.data_since

0 commit comments

Comments
 (0)