3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 00:05:46 +00:00

Fix spelling errors

This commit is contained in:
Fabian Wolff 2016-07-09 11:46:43 +02:00
parent d5ee7e24bc
commit 6eaab00e83
15 changed files with 18 additions and 18 deletions

View file

@ -15,5 +15,5 @@ def_module_params('pp',
('flat_assoc', BOOL, True, 'flat associative operators (when pretty printing SMT2 terms/formulas)'),
('fixed_indent', BOOL, False, 'use a fixed indentation for applications'),
('single_line', BOOL, False, 'ignore line breaks when true'),
('bounded', BOOL, False, 'ignore characters exceeding max widht'),
('bounded', BOOL, False, 'ignore characters exceeding max width'),
('simplify_implies', BOOL, True, 'simplify nested implications for pretty printing')))