Skip to content

Commit 90d8b47

Browse files
committed
Fix spelling error
1 parent 393ee09 commit 90d8b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tableau.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mutable struct Tableau
3838
3939
# test rank of M[2:end,2:end-1]
4040
if rankx(M[2:end, 2:(end - 1)]) ≠ m
41-
@warn("Rank difficient Tableau")
41+
@warn("Rank deficient Tableau")
4242
end
4343
4444
B = zeros(Int, m) # basis is all 0s to start

0 commit comments

Comments
 (0)