Fix various typos

Found via `codespell -q 3 -L parm,parms,re-use`
This commit is contained in:
Luz Paz 2025-05-11 20:41:24 -04:00
parent 297ca9a6b7
commit 9ab0405ab0
4 changed files with 6 additions and 6 deletions

View file

@ -34,7 +34,7 @@ plan += locs * Rectangle(width=block_length, height=ridge_width)
locs = GridLocations(lego_unit_size, 0, pip_count, 1)
plan += locs * Rectangle(width=ridge_width, height=block_width)
# Substract a rectangle leaving ribs on the block walls
# Subtract a rectangle leaving ribs on the block walls
plan -= Rectangle(
block_length - 2 * (wall_thickness + ridge_depth),
block_width - 2 * (wall_thickness + ridge_depth),