aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-main.adb
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2018-05-26 21:26:13 +0200
committer1138-4EB <1138-4EB@users.noreply.github.com>2018-05-26 21:46:12 +0200
commit0a4889609312fae3805cb8f9ed2cbcc80192c8f2 (patch)
treecb56dc1373c82679c777308946f3d3ff869373e3 /src/grt/grt-main.adb
parentf20bc0c2d9148bfb77c6aff1a94821334529a98e (diff)
downloadghdl-0a4889609312fae3805cb8f9ed2cbcc80192c8f2.tar.gz
ghdl-0a4889609312fae3805cb8f9ed2cbcc80192c8f2.tar.bz2
ghdl-0a4889609312fae3805cb8f9ed2cbcc80192c8f2.zip
fix 'occured' typo
Diffstat (limited to 'src/grt/grt-main.adb')
-rw-r--r--src/grt/grt-main.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-main.adb b/src/grt/grt-main.adb
index 44abf5439..d50f8d7db 100644
--- a/src/grt/grt-main.adb
+++ b/src/grt/grt-main.adb
@@ -194,7 +194,7 @@ package body Grt.Main is
if Expect_Failure then
if Status >= 0 then
Expect_Failure := False;
- Error ("error expected, but none occured");
+ Error ("error expected, but none occurred");
end if;
else
if Status < 0 then