aboutsummaryrefslogtreecommitdiffstats
path: root/translate/ghdldrv
diff options
context:
space:
mode:
authorBrian Drummond <brian@shapes.demon.co.uk>2013-12-02 17:12:22 +0000
committerBrian Drummond <brian@shapes.demon.co.uk>2013-12-02 17:12:22 +0000
commit860a1de17cf5efab4c6db48fb28e6038d1584b81 (patch)
tree79dea767ea34722bf77b9c23d5ed75364f1eee31 /translate/ghdldrv
parentdd6ad2adb25264864383871c060101084a7bbb1d (diff)
downloadghdl-860a1de17cf5efab4c6db48fb28e6038d1584b81.tar.gz
ghdl-860a1de17cf5efab4c6db48fb28e6038d1584b81.tar.bz2
ghdl-860a1de17cf5efab4c6db48fb28e6038d1584b81.zip
Version 0.31dev, builds with gcc4.8
Diffstat (limited to 'translate/ghdldrv')
-rw-r--r--translate/ghdldrv/ghdlmain.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ghdldrv/ghdlmain.adb b/translate/ghdldrv/ghdlmain.adb
index b34c07f5b..a9bc00b0b 100644
--- a/translate/ghdldrv/ghdlmain.adb
+++ b/translate/ghdldrv/ghdlmain.adb
@@ -132,7 +132,7 @@ package body Ghdlmain is
end loop;
New_Line;
Put_Line ("To display the options of a GHDL program,");
- Put_Line (" run your programm with the --help option.");
+ Put_Line (" run your program with the --help option.");
Put_Line ("Also see --options-help for analyzer options.");
New_Line;
Put_Line ("Please, refer to the GHDL manual for more information.");