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.
2 parents ce282fe + 663bda3 commit 75d41a0Copy full SHA for 75d41a0
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