mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
Fix spelling errors
This commit is contained in:
parent
d5ee7e24bc
commit
6eaab00e83
15 changed files with 18 additions and 18 deletions
|
@ -62,7 +62,7 @@ probe * mk_depth_probe();
|
|||
probe * mk_size_probe();
|
||||
|
||||
/*
|
||||
ADD_PROBE("memory", "ammount of used memory in megabytes.", "mk_memory_probe()")
|
||||
ADD_PROBE("memory", "amount of used memory in megabytes.", "mk_memory_probe()")
|
||||
ADD_PROBE("depth", "depth of the input goal.", "mk_depth_probe()")
|
||||
ADD_PROBE("size", "number of assertions in the given goal.", "mk_size_probe()")
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue