diff options
Diffstat (limited to 'coreutils/env.c')
-rw-r--r-- | coreutils/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/env.c b/coreutils/env.c index 1e95f819c..a63f421d7 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | /* | 36 | /* |
37 | * Modified by Vladimir Oleynik <andersen@codepoet.org> (C) 2003 | 37 | * Modified by Vladimir Oleynik <andersen@codepoet.org> (C) 2003 |
38 | * - corretion "-" option usage | 38 | * - correct "-" option usage |
39 | * - multiple "-u unsetenv" support | 39 | * - multiple "-u unsetenv" support |
40 | * - GNU long option support | 40 | * - GNU long option support |
41 | * - save errno after exec failed before bb_perror_msg() | 41 | * - save errno after exec failed before bb_perror_msg() |