diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-02 20:17:55 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-02 20:17:55 +0000 |
commit | d2daa340b1223602ec77e05f09ed0e25471f77bb (patch) | |
tree | b0cd49908a23f040419e14f3678651005416d2fa /coreutils/cp.c | |
parent | a608d34d920aafec9b54c7763d9d5fcdaebb3374 (diff) | |
download | busybox-w32-d2daa340b1223602ec77e05f09ed0e25471f77bb.tar.gz busybox-w32-d2daa340b1223602ec77e05f09ed0e25471f77bb.tar.bz2 busybox-w32-d2daa340b1223602ec77e05f09ed0e25471f77bb.zip |
- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
git-svn-id: svn://busybox.net/trunk/busybox@14728 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r-- | coreutils/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c index 87f229196..f5baa0d62 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c | |||
@@ -46,7 +46,7 @@ int cp_main(int argc, char **argv) | |||
46 | } | 46 | } |
47 | if (flags & 64) { | 47 | if (flags & 64) { |
48 | /* Make -r a synonym for -R, | 48 | /* Make -r a synonym for -R, |
49 | * -r was marked as obsolete in SUSv3, but is included for compatability | 49 | * -r was marked as obsolete in SUSv3, but is included for compatibility |
50 | */ | 50 | */ |
51 | flags |= FILEUTILS_RECUR; | 51 | flags |= FILEUTILS_RECUR; |
52 | } | 52 | } |