aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cp.c
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-02 20:17:55 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-02 20:17:55 +0000
commitd2daa340b1223602ec77e05f09ed0e25471f77bb (patch)
treeb0cd49908a23f040419e14f3678651005416d2fa /coreutils/cp.c
parenta608d34d920aafec9b54c7763d9d5fcdaebb3374 (diff)
downloadbusybox-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.c2
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 }