diff --git a/Sources/XMLCoder/Decoder/XMLDecoderImplementation.swift b/Sources/XMLCoder/Decoder/XMLDecoderImplementation.swift index 1edb911a..fe237eba 100644 --- a/Sources/XMLCoder/Decoder/XMLDecoderImplementation.swift +++ b/Sources/XMLCoder/Decoder/XMLDecoderImplementation.swift @@ -27,8 +27,8 @@ class XMLDecoderImplementation: Decoder { return options.userInfo } - // The error context lenght - open var errorContextLenght: UInt = 0 + // The error context length + open var errorContextLength: UInt = 0 // MARK: - Initialization