From 59113550786db33cde37db76c916b9fbdd88e009 Mon Sep 17 00:00:00 2001 From: Douwe den Blanken Date: Fri, 20 Nov 2020 15:10:12 +0100 Subject: vhdl-sem_stmts: fix typo (#1518) "time must be **greather** than previous transaction" -> "time must be **greater** than previous transaction" (h was in the word 'greater') --- src/vhdl/vhdl-sem_stmts.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vhdl/vhdl-sem_stmts.adb') diff --git a/src/vhdl/vhdl-sem_stmts.adb b/src/vhdl/vhdl-sem_stmts.adb index f6afa2294..0b636e7e9 100644 --- a/src/vhdl/vhdl-sem_stmts.adb +++ b/src/vhdl/vhdl-sem_stmts.adb @@ -587,7 +587,7 @@ package body Vhdl.Sem_Stmts is elsif Time <= Last_Time then Error_Msg_Sem (+Expr, - "time must be greather than previous transaction"); + "time must be greater than previous transaction"); else Last_Time := Time; end if; -- cgit v1.2.3