aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSilke <silke@slxh.eu>2017-04-19 18:13:03 +0200
committerSilke <silke@slxh.eu>2017-04-19 18:13:03 +0200
commite3cd1114d234d06c0f4b3d937379627aeefcee03 (patch)
treed06a80f89149b04fc71b178b22e0aa117ff66db3 /src
parent4ba1e81209431b98723dc85d0a5a37c52982e874 (diff)
downloadghdl-e3cd1114d234d06c0f4b3d937379627aeefcee03.tar.gz
ghdl-e3cd1114d234d06c0f4b3d937379627aeefcee03.tar.bz2
ghdl-e3cd1114d234d06c0f4b3d937379627aeefcee03.zip
Fix spelling error: declarared => declared
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/sem_specs.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vhdl/sem_specs.adb b/src/vhdl/sem_specs.adb
index b87a6f160..c985ecaed 100644
--- a/src/vhdl/sem_specs.adb
+++ b/src/vhdl/sem_specs.adb
@@ -1611,10 +1611,10 @@ package body Sem_Specs is
(1 => +Parent), Cont => True);
end if;
Error_Msg_Sem
- (+Parent, "type of %n declarared at %l",
+ (+Parent, "type of %n declared at %l",
(+Comp_El, +Comp_El), Cont => True);
Error_Msg_Sem
- (+Parent, "not compatible with type of %n declarared at %l",
+ (+Parent, "not compatible with type of %n declared at %l",
(+Ent_El, +Ent_El));
Error := True;
elsif Kind = Map_Port
@@ -1627,7 +1627,7 @@ package body Sem_Specs is
end if;
Error_Msg_Sem (+Parent, "cannot associate "
& Get_Mode_Name (Get_Mode (Ent_El))
- & " %n declarared at %l",
+ & " %n declared at %l",
(+Ent_El, +Ent_El), Cont => True);
Error_Msg_Sem (+Parent, "with actual port of mode "
& Get_Mode_Name (Get_Mode (Comp_El))