3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

Fix some spelling errors (mostly in comments).

This commit is contained in:
Florian Pigorsch 2018-10-20 17:07:41 +02:00
parent 880ce12e2d
commit 326bf401b9
121 changed files with 205 additions and 205 deletions

View file

@ -186,7 +186,7 @@ void square_sparse_matrix<T, X>::init_row_headers() {
}
template <typename T, typename X>
void square_sparse_matrix<T, X>::init_column_headers() { // we alway have only square square_sparse_matrix
void square_sparse_matrix<T, X>::init_column_headers() { // we always have only square square_sparse_matrix
for (unsigned l = 0; l < m_row_permutation.size(); l++) {
m_columns.push_back(col_header());
}