diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-31 13:14:18 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-31 13:14:18 +0000 |
commit | 70c6e40e478e83020e35a00517feab659ee0e782 (patch) | |
tree | 0bbf5223227e8e360f24b7f5e64e8dedbb85056e | |
parent | 1b62ead3139ddcd288eb480f1003819a487f15c9 (diff) | |
download | busybox-w32-70c6e40e478e83020e35a00517feab659ee0e782.tar.gz busybox-w32-70c6e40e478e83020e35a00517feab659ee0e782.tar.bz2 busybox-w32-70c6e40e478e83020e35a00517feab659ee0e782.zip |
libbb: fix typo in comment
-rw-r--r-- | libbb/die_if_bad_username.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/die_if_bad_username.c b/libbb/die_if_bad_username.c index 602aadc0c..c1641d376 100644 --- a/libbb/die_if_bad_username.c +++ b/libbb/die_if_bad_username.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * Ckeck user and group names for illegal characters | 3 | * Check user and group names for illegal characters |
4 | * | 4 | * |
5 | * Copyright (C) 2008 Tito Ragusa <farmatito@tiscali.it> | 5 | * Copyright (C) 2008 Tito Ragusa <farmatito@tiscali.it> |
6 | * | 6 | * |