spelling: success

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:46:52 -05:00
parent 9bf2e4c8dc
commit 56b1584352
7 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@ def contains(a, b):
def claim(c, unclaimed_regions, symbol):
""" Removes region (c_start, c_end) from the set of unclaimed_regions
Return True if the region was sucessfully removed, False if it was
Return True if the region was successfully removed, False if it was
already claimed.
"""