From 17c5c64f53f0a5496d708a0140de610bfe5810ad Mon Sep 17 00:00:00 2001 From: Botond Baranyi <botond.baranyi@ericsson.com> Date: Mon, 29 Jul 2019 10:49:19 +0200 Subject: [PATCH] Corrected typo Change-Id: I3f1678b69b9ce3ee61a2f24ee293c2d84845d0e0 Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com> --- core/Universal_charstring.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Universal_charstring.cc b/core/Universal_charstring.cc index 5c4ab3154..a9496f8bd 100644 --- a/core/Universal_charstring.cc +++ b/core/Universal_charstring.cc @@ -2961,7 +2961,7 @@ void UNIVERSAL_CHARSTRING::decode_utf16(int n_octets, "Wrong UTF-16 string. The word (0x%04X) shall be between 0xDC00 and 0xDFFF", W2); else TTCN_EncDec_ErrorContext::error(TTCN_EncDec::ET_DEC_UCSTR, - "Wrong UTF-16 string. The decoding algorythm does not expect 0x00 or EOL"); + "Wrong UTF-16 string. The decoding algorithm does not expect 0x00 or EOL"); } else { //Construct a 20-bit unsigned integer, taking the 10 low-order bits of W1 as its 10 high- -- GitLab