summaryrefslogtreecommitdiff
path: root/doc/ale-verilog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-verilog.txt')
-rw-r--r--doc/ale-verilog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-verilog.txt b/doc/ale-verilog.txt
index 11e988bb..611ed2f9 100644
--- a/doc/ale-verilog.txt
+++ b/doc/ale-verilog.txt
@@ -134,7 +134,7 @@ g:ale_verilog_yosys_options *g:ale_verilog_yosys_options*
Default: `'-Q -T -p ''read_verilog %s'''`
This variable can be changed to modify the flags/options passed to 'yosys'.
- By default, Yosys is an interative program. To obtain linting functionality,
+ By default, Yosys is an interactive program. To obtain linting functionality,
the `'read_verilog'` command is used.