Correct typos

This commit is contained in:
Landon Curt Noll
2021-12-05 18:23:27 -08:00
parent 769ac51f8c
commit f5c5cea8b0
80 changed files with 289 additions and 283 deletions

View File

@@ -1460,7 +1460,7 @@ qfreenum(NUMBER *q)
/*NOTREACHED*/
}
if (q->links != 0) {
math_error("Calling qfreenum with nozero links!!!");
math_error("Calling qfreenum with non-zero links!!!");
/*NOTREACHED*/
}
zfree(q->num);