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 2022-07-31 12:44:26 +07:00 committed by Nikolaj Bjorner
parent 08165f5367
commit 1d9345c3de
13 changed files with 19 additions and 19 deletions

View file

@ -20,7 +20,7 @@ Revision History:
#pragma once
// reads an MPS file reperesenting a Mixed Integer Program
// reads an MPS file representing a Mixed Integer Program
#include <string>
#include <vector>
#include <unordered_map>