From 49b34b52f5f1d5cf90595b99e19afba34680bc5d Mon Sep 17 00:00:00 2001 From: myk002 Date: Sat, 6 Mar 2021 07:02:55 -0800 Subject: [PATCH] update docs --- docs/Core.rst | 2 +- library/Core.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Core.rst b/docs/Core.rst index 880da34ba..37295d0d7 100644 --- a/docs/Core.rst +++ b/docs/Core.rst @@ -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: diff --git a/library/Core.cpp b/library/Core.cpp index df8425406..8e40e6fdd 100644 --- a/library/Core.cpp +++ b/library/Core.cpp @@ -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"); } }