Skip to content

Commit 8e897ae

Browse files
authored
fix typo (#505)
1 parent 0264d00 commit 8e897ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Operators/general/InterlaceOperator.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function getindex(L::InterlaceOperator{T},kr::UnitRange) where T
320320
end
321321

322322
for ν=1:length(L.ops)
323-
# indicies of ret
323+
# indices of ret
324324
ret_kr=findsub(cr,ν)
325325

326326
# block indices
@@ -370,7 +370,7 @@ for TYP in (:BandedMatrix, :BlockBandedMatrix, :BandedBlockBandedMatrix, :Ragged
370370
rs=rangespace(L)
371371
cr=cache(interlacer(rs))[kr]
372372
for ν=1:length(L.ops)
373-
# indicies of ret
373+
# indices of ret
374374
ret_kr=findsub(cr,ν)
375375

376376
# block indices

0 commit comments

Comments
 (0)