diff options
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 50e53aa25..a934f11bb 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -442,7 +442,7 @@ static void parse_config_file(void) | |||
442 | sct->m_mode |= mode_mask[(q - mode_chars) - i]; | 442 | sct->m_mode |= mode_mask[(q - mode_chars) - i]; |
443 | } | 443 | } |
444 | 444 | ||
445 | /* Now get the the user/group info. */ | 445 | /* Now get the user/group info. */ |
446 | 446 | ||
447 | s = skip_whitespace(e); | 447 | s = skip_whitespace(e); |
448 | 448 | ||