1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00

17503: fix various typos and spelling mistakes in source code comments

This commit is contained in:
Oliver Kiddle 2002-08-05 12:35:59 +00:00
parent ed89700265
commit af0697b705
16 changed files with 36 additions and 36 deletions

View file

@ -648,7 +648,7 @@ op(int what)
(a.type != MN_UNSET || what != EQ)) {
/*
* Different types, so coerce to float.
* It may happen during an assigment that the LHS
* It may happen during an assignment that the LHS
* variable is actually an integer, but there's still
* no harm in doing the arithmetic in floating point;
* the assignment will do the correct conversion.