@ -536,7 +536,7 @@ on UNIX-like systems:
``stderr.log``. Note that `devel/lsmem` can also do this.
- ``DFHACK_ENABLE_LUACOV``: if set, enables coverage analysis of Lua scripts.
Use the `devel/luacov` script to generage coverage reports from the gathered
Use the `devel/luacov` script to generate coverage reports from the collected
metrics.
Other (non-DFHack-specific) variables that affect DFHack:
@ -1190,7 +1190,7 @@ command_result Core::runCommand(color_ostream &con, const std::string &first_, v
con.printerr(
"Failed to register hook. This can happen if you have"
" lua profiling or coverage monitoring enabled. Use"
" 'kill-lua force' to force, but this will disable"
" 'kill-lua force' to force, but this may disable"
" profiling and coverage monitoring.\n");
}