Skip to content

Commit 663bda3

Browse files
committed
Fix typo: disabled
Fixes #1533
1 parent fde0a78 commit 663bda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ void options_t::check_options()
682682
if (cache == 0) {
683683
if (!slim) {
684684
throw std::runtime_error{
685-
"RAM node cache can only be disable in slim mode."};
685+
"RAM node cache can only be disabled in slim mode."};
686686
}
687687
if (flat_node_file.empty()) {
688688
log_warn("RAM cache is disabled. This will likely slow down "

0 commit comments

Comments
 (0)