update docs

develop
myk002 2021-03-06 07:02:55 -08:00
parent 754baa45b3
commit 49b34b52f5
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
2 changed files with 2 additions and 2 deletions

@ -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");
}
}