From c751f4a6ec0dc001aa4c0a1edad19376df759dfe Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 22 Oct 2017 19:08:39 +0000 Subject: [PATCH] spelling: else --- libmisc/setupenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmisc/setupenv.c b/libmisc/setupenv.c index 8020f3d5..24c6e678 100644 --- a/libmisc/setupenv.c +++ b/libmisc/setupenv.c @@ -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 {