diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2018-05-26 21:26:13 +0200 |
---|---|---|
committer | 1138-4EB <1138-4EB@users.noreply.github.com> | 2018-05-26 21:46:12 +0200 |
commit | 0a4889609312fae3805cb8f9ed2cbcc80192c8f2 (patch) | |
tree | cb56dc1373c82679c777308946f3d3ff869373e3 /doc | |
parent | f20bc0c2d9148bfb77c6aff1a94821334529a98e (diff) | |
download | ghdl-0a4889609312fae3805cb8f9ed2cbcc80192c8f2.tar.gz ghdl-0a4889609312fae3805cb8f9ed2cbcc80192c8f2.tar.bz2 ghdl-0a4889609312fae3805cb8f9ed2cbcc80192c8f2.zip |
fix 'occured' typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/building/PrecompileVendorPrimitives.rst | 2 | ||||
-rw-r--r-- | doc/ghdl.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/building/PrecompileVendorPrimitives.rst b/doc/building/PrecompileVendorPrimitives.rst index 39454c7c9..1a3171a2d 100644 --- a/doc/building/PrecompileVendorPrimitives.rst +++ b/doc/building/PrecompileVendorPrimitives.rst @@ -248,7 +248,7 @@ Selectable Options for the Bash Scripts: -n --no-warnings Don't show warnings. Report errors only. -s --skip-existing Skip already compiled files (an *.o file exists). -S --skip-largefiles Don't compile large entities like DSP and PCIe primitives. - -H --halt-on-error Stop compiling if an error occured. + -H --halt-on-error Stop compiling if an error occurred. * `compile-altera.sh` diff --git a/doc/ghdl.texi b/doc/ghdl.texi index f41cab1da..cfa8ef218 100644 --- a/doc/ghdl.texi +++ b/doc/ghdl.texi @@ -4413,7 +4413,7 @@ Common parameters to most scripts: -n --no-warnings Don't show warnings. Report errors only. -s --skip-existing Skip already compiled files (an *.o file exists). -S --skip-largefiles Don't compile large entities like DSP and PCIe primitives. --H --halt-on-error Stop compiling if an error occured. +-H --halt-on-error Stop compiling if an error occurred. @end example @item |