spelling: else

This commit is contained in:
Josh Soref 2017-10-22 19:08:39 +00:00
parent 742868dc2d
commit c751f4a6ec

View File

@ -171,7 +171,7 @@ static void read_env_file (const char *filename)
cp++;
goto d_quote;
}
eise if (*cp == '\0') {
else if (*cp == '\0') {
/* end of string */
goto finished;
} else {