Skip to content

Commit 7f6736a

Browse files
Merge pull request #824 from termi-official/do/fix-spelling
Fix spellcheck CI
2 parents b42c02a + c82a845 commit 7f6736a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/extension_algs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ end
258258
`ButterflyFactorization()`
259259
260260
A fast pure Julia LU-factorization implementation
261-
using RecursiveFactorization.jl. This method utilizes a butterly
261+
using RecursiveFactorization.jl. This method utilizes a butterfly
262262
factorization approach rather than pivoting.
263263
"""
264264
struct ButterflyFactorization{T} <: AbstractDenseFactorization

test/butterfly.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using LinearAlgebra, LinearSolve
22
using Test
33
using RecursiveFactorization
44

5-
@testset "Random Matricies" begin
5+
@testset "Random Matrices" begin
66
for i in 490 : 510
77
A = rand(i, i)
88
b = rand(i)

0 commit comments

Comments
 (0)