Skip to content

Commit 75d41a0

Browse files
authored
Merge pull request #1534 from joto/fix-typo
Fix typo: disabled
2 parents ce282fe + 663bda3 commit 75d41a0

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)