3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

Fix typos.

This commit is contained in:
Bruce Mitchener 2018-01-30 20:36:12 +07:00
parent 54ba25175c
commit ae8027e594
23 changed files with 67 additions and 67 deletions

View file

@ -387,9 +387,9 @@ static void tst9() {
static void tst10(bool use_ints) {
if (use_ints)
std::cout << "Testing multiplication performace using small ints\n";
std::cout << "Testing multiplication performance using small ints\n";
else
std::cout << "Testing multiplication performace using small rationals\n";
std::cout << "Testing multiplication performance using small rationals\n";
vector<rational> vals;
vector<rational> vals2;
vector<float> fvals;