diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vhdl/vhdl-sem_stmts.adb | 2 |
1 files changed, 1 insertions, 1 deletions
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; |