From d7fceb5c0f744937656163c1ef4fb5765ea8ec9d Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Sun, 28 Dec 2025 22:35:10 -0500 Subject: [PATCH] Fix typo in comment: 'errror' -> 'error' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The spell check CI workflow was failing due to a typo in src/larray.jl:289. This fix corrects 'errror' to 'error' in the comment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/larray.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/larray.jl b/src/larray.jl index a0f4c45..b1309fc 100644 --- a/src/larray.jl +++ b/src/larray.jl @@ -286,7 +286,7 @@ macro LVector(type, syms) end end -#the following gives errror: TypeError: in <:, expected Type, got TypeVar +#the following gives error: TypeError: in <:, expected Type, got TypeVar #symbols(::LArray{T,N,D<:AbstractArray{T,N},Syms}) where {T,N,D,Syms} = Syms """