From 81550ff66f648f400afff72f16379fc3a70612dd Mon Sep 17 00:00:00 2001 From: James Bean Date: Sat, 13 Jul 2019 14:06:30 -0700 Subject: [PATCH] Fix typo: errorContextLenght -> errorContextLength --- Sources/XMLCoder/Decoder/XMLDecoderImplementation.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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