Skip to content

Commit ee1383e

Browse files
committed
Fix typo
1 parent afd01d8 commit ee1383e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sudoers/env.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ rebuild_env(const struct sudoers_context *ctx)
11231123
CHECK_SETENV2("SUDO_COMMAND", ctx->user.cmnd, true, true);
11241124
}
11251125

1126-
/* Add the SUDO_{USER,UID,GID,HOME,TTY,TTY} environment variables. */
1126+
/* Add the SUDO_{USER,UID,GID,HOME,TTY} environment variables. */
11271127
CHECK_SETENV2("SUDO_USER", ctx->user.name, true, true);
11281128
(void)snprintf(idbuf, sizeof(idbuf), "%u", (unsigned int) ctx->user.uid);
11291129
CHECK_SETENV2("SUDO_UID", idbuf, true, true);

0 commit comments

Comments
 (0)