From: Josh Soref Date: Sun, 22 Oct 2017 19:08:39 +0000 (+0000) Subject: spelling: else X-Git-Tag: 4.6~9^2~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c751f4a6ec0dc001aa4c0a1edad19376df759dfe;p=thirdparty%2Fshadow.git spelling: else --- diff --git a/libmisc/setupenv.c b/libmisc/setupenv.c index 8020f3d53..24c6e6786 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 {