Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
EvoArt committed Jun 7, 2022
1 parent 7295e30 commit 881447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perm2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function permanova(data,D, formula = @formula(1~1), n_perm = 999;blocks = false)
if cc < n
data = data[(1:n)[inds],:]
D = D[inds,inds]
@warn "$(n-cc) data row(s) dropped due to missing vaues."
@warn "$(n-cc) data row(s) dropped due to missing values."
n = cc
end
catch e
Expand Down

0 comments on commit 881447b

Please sign in to comment.