Skip to content

Commit 0578e97

Browse files
committed
appease codespell
1 parent bb373da commit 0578e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ex-gwe-radial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def create_outer_ring_of_ctrl_vols(outer_v, verts, iverts, xc, yc, ivt, idx):
183183
# For each outer point, create a new ivert
184184
# Starts at 9 o'clock and proceeds counter-clockwise
185185
# As such, 'pt3' will be used by the subsequent iverts
186-
# However, 'pt4' will be re-used by each subseqeuent ivert
186+
# However, 'pt4' will be reused by each subseqeuent ivert
187187
pt3_id = pt3_rad = pt3_ang = None
188188
for ii in np.arange(len(outer_v) - 1):
189189
# Create all the points involved

0 commit comments

Comments
 (0)