]> granicus.if.org Git - shadow/commitdiff
spelling: else
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 19:08:39 +0000 (19:08 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 19:08:39 +0000 (19:08 +0000)
libmisc/setupenv.c

index 8020f3d5313143e9cbaaa2609cb642987246712e..24c6e67865eb84e31e8cb58e174acddec691d836 100644 (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 {