aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortgingold <tgingold@users.noreply.github.com>2017-04-19 19:01:52 +0200
committerGitHub <noreply@github.com>2017-04-19 19:01:52 +0200
commitf12749b4be6dca9dcbf05f7aa9fdc2a47079f2c9 (patch)
treed06a80f89149b04fc71b178b22e0aa117ff66db3
parent4ba1e81209431b98723dc85d0a5a37c52982e874 (diff)
parente3cd1114d234d06c0f4b3d937379627aeefcee03 (diff)
downloadghdl-f12749b4be6dca9dcbf05f7aa9fdc2a47079f2c9.tar.gz
ghdl-f12749b4be6dca9dcbf05f7aa9fdc2a47079f2c9.tar.bz2
ghdl-f12749b4be6dca9dcbf05f7aa9fdc2a47079f2c9.zip
Merge pull request #337 from silkeh/fix-spelling-declared
Fix spelling error: declarared => declared
-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))