diff options
author | Brian Drummond | 2013-12-02 17:12:22 +0000 |
---|---|---|
committer | Brian Drummond | 2013-12-02 17:12:22 +0000 |
commit | 860a1de17cf5efab4c6db48fb28e6038d1584b81 (patch) | |
tree | 79dea767ea34722bf77b9c23d5ed75364f1eee31 /translate/ghdldrv/ghdlmain.adb | |
parent | dd6ad2adb25264864383871c060101084a7bbb1d (diff) | |
download | ghdl-860a1de17cf5efab4c6db48fb28e6038d1584b81.tar.gz ghdl-860a1de17cf5efab4c6db48fb28e6038d1584b81.tar.bz2 ghdl-860a1de17cf5efab4c6db48fb28e6038d1584b81.zip |
Version 0.31dev, builds with gcc4.8
Diffstat (limited to 'translate/ghdldrv/ghdlmain.adb')
-rw-r--r-- | translate/ghdldrv/ghdlmain.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ghdldrv/ghdlmain.adb b/translate/ghdldrv/ghdlmain.adb index b34c07f..a9bc00b 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."); |