diff options
-rw-r--r-- | src/ghdldrv/ghdllocal.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb index 93516d60b..da421a62c 100644 --- a/src/ghdldrv/ghdllocal.adb +++ b/src/ghdldrv/ghdllocal.adb @@ -1624,7 +1624,7 @@ package body Ghdllocal is is begin if Args'Length = 0 then - Error ("command '" & Cmd_Name & "' required an unit name"); + Error ("command '" & Cmd_Name & "' requires an unit name"); raise Option_Error; end if; |