From 3424c7bbe585d02d8217b2a798d83e016b3bd852 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 4 Jan 2000 01:10:25 +0000 Subject: Bunches of fixes. Typos, bugs, etc. Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik git-svn-id: svn://busybox.net/trunk/busybox@276 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cp.c') diff --git a/cp.c b/cp.c index 83460190a..4af73c274 100644 --- a/cp.c +++ b/cp.c @@ -33,7 +33,7 @@ static const char cp_usage[] = "cp [OPTION]... SOURCE DEST\n" "\n" "\t-a\tsame as -dpR\n" "\t-d\tpreserve links\n" - "\t-p\tpreserve file attributes if possable\n" + "\t-p\tpreserve file attributes if possible\n" "\t-R\tcopy directories recursively\n"; -- cgit v1.2.3-55-g6feb