commit | 70c6e40e478e83020e35a00517feab659ee0e782 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Mar 31 13:14:18 2009 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Mar 31 13:14:18 2009 +0000 |
tree | 0bbf5223227e8e360f24b7f5e64e8dedbb85056e | |
parent | 1b62ead3139ddcd288eb480f1003819a487f15c9 [diff] [blame] |
libbb: fix typo in comment
diff --git a/libbb/die_if_bad_username.c b/libbb/die_if_bad_username.c index 602aadc..c1641d3 100644 --- a/libbb/die_if_bad_username.c +++ b/libbb/die_if_bad_username.c
@@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Ckeck user and group names for illegal characters + * Check user and group names for illegal characters * * Copyright (C) 2008 Tito Ragusa <farmatito@tiscali.it> *