summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2019-12-19 09:52:26 -0800
committerGitHub <noreply@github.com>2019-12-19 09:52:26 -0800
commitbc2b801ec4ad83e013c302e7608238feef386a8a (patch)
tree8c20056ef5dc66eb478faf9c7725b2e388b201fe
parentb0ef3a7e604d8b5a01c7fff2b149987c91d08baf (diff)
Fix typo in smt_options.toml. (#3579)
-rw-r--r--src/options/smt_options.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index ba62a6455..cd8a530fc 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -134,7 +134,7 @@ header = "options/smt_options.h"
name = "literals"
help = "Block models based on the SAT skeleton."
[[option.mode.VALUES]]
- name = "valuels"
+ name = "values"
help = "Block models based on the concrete model values for the free variables."
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback