From 07c83500205b68fc498f38a4b0e1bba1bca8428e Mon Sep 17 00:00:00 2001 From: Kristof Szabados <Kristof.Szabados@ericsson.com> Date: Sat, 29 Apr 2017 11:33:36 +0200 Subject: [PATCH] typo Signed-off-by: Kristof Szabados <Kristof.Szabados@ericsson.com> --- compiler2/ttcn3/Statement.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler2/ttcn3/Statement.cc b/compiler2/ttcn3/Statement.cc index e831aba13..8d1ad7b5e 100644 --- a/compiler2/ttcn3/Statement.cc +++ b/compiler2/ttcn3/Statement.cc @@ -9253,7 +9253,7 @@ error: case Type::T_OSTR: case Type::T_CSTR: if (str_enc != NULL) { - str_enc->error("The encoding format parameter for the '@decoded' modifier " + str_enc->error("The encoding formal parameter for the '@decoded' modifier " "is only available to parameter redirects of universal charstrings"); error_flag = true; } -- GitLab