We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde0a78 commit 663bda3Copy full SHA for 663bda3
src/options.cpp
@@ -682,7 +682,7 @@ void options_t::check_options()
682
if (cache == 0) {
683
if (!slim) {
684
throw std::runtime_error{
685
- "RAM node cache can only be disable in slim mode."};
+ "RAM node cache can only be disabled in slim mode."};
686
}
687
if (flat_node_file.empty()) {
688
log_warn("RAM cache is disabled. This will likely slow down "
0 commit comments