From 657c5be372d3adf21de898a17f5b159e78bbc1c9 Mon Sep 17 00:00:00 2001 From: BenceJanosSzabo <bence.janos.szabo@ericsson.com> Date: Fri, 22 Sep 2017 12:20:56 +0200 Subject: [PATCH] Spelling fix Change-Id: I3f7ac9585d97228e35db4b3b868eca630ebd65e5 Signed-off-by: BenceJanosSzabo <bence.janos.szabo@ericsson.com> --- compiler2/ttcn3/Statement.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler2/ttcn3/Statement.cc b/compiler2/ttcn3/Statement.cc index 9eeeb2141..64f7d35b2 100644 --- a/compiler2/ttcn3/Statement.cc +++ b/compiler2/ttcn3/Statement.cc @@ -3585,7 +3585,7 @@ error: if (ps) { port_type = ps->get_port_type(); } else { - error("Cannot determine the type or the port: Missing port clause on the function."); + error("Cannot determine the type of the port: Missing port clause on the function."); } } else { port_type = chk_port_ref(port_op.portref); @@ -3979,7 +3979,7 @@ error: if (ps) { port_type = ps->get_port_type(); } else { - error("Cannot determine the type or the port: Missing port clause on the function."); + error("Cannot determine the type of the port: Missing port clause on the function."); } } else { port_type = chk_port_ref(port_op.portref, port_op.anyfrom); -- GitLab