From 4d267a1e62ebe1dfa7b443eb70fb5fef3914e815 Mon Sep 17 00:00:00 2001 From: Robin Joy Date: Wed, 7 Dec 2016 19:50:46 +0530 Subject: Fix spelling in error message --- src/vhdl/parse.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vhdl/parse.adb b/src/vhdl/parse.adb index 9cb89c5cd..52bd5a34d 100644 --- a/src/vhdl/parse.adb +++ b/src/vhdl/parse.adb @@ -3162,7 +3162,7 @@ package body Parse is Set_Minus_Terminal (First, Parse_Name); end if; when others => - Error_Msg_Parse ("missign type or across/throught aspect " + Error_Msg_Parse ("missing type or across/throught aspect " & "in quantity declaration"); Eat_Tokens_Until_Semi_Colon; raise Expect_Error; @@ -3271,7 +3271,7 @@ package body Parse is if Current_Token /= Tok_Comma then case Current_Token is when Tok_Assign => - Error_Msg_Parse ("missign type in " & Disp_Name (Kind)); + Error_Msg_Parse ("missing type in " & Disp_Name (Kind)); exit; when others => Error_Msg_Parse -- cgit v1.2.3