From 471dca97bbed109b66c39e01b81b29c67e708cf9 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 2 Jul 2019 19:01:35 +0200 Subject: ghdllocal: fix a typo in an error message. --- src/ghdldrv/ghdllocal.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3