3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-08 12:53:25 +00:00

Merge pull request #1465 from waywardmonkeys/fix-typos

thanks
This commit is contained in:
Nikolaj Bjorner 2018-02-05 18:31:09 -08:00 committed by GitHub
commit 9d37257059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 67 additions and 67 deletions

View file

@ -25,7 +25,7 @@ namespace spacer {
class spacer_matrix {
public:
spacer_matrix(unsigned m, unsigned n); // m rows, n colums
spacer_matrix(unsigned m, unsigned n); // m rows, n columns
unsigned num_rows();
unsigned num_cols();