diff options
author | Bernhard Reutner-Fischer | 2006-04-02 20:17:55 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-04-02 20:17:55 +0000 |
commit | a1bccc0ba82cc2eef117bb90cd33867df35ad33a (patch) | |
tree | b0cd49908a23f040419e14f3678651005416d2fa /coreutils/cp.c | |
parent | 9457e703570524e8bdf36e711445f49e4f9f54d9 (diff) | |
download | busybox-a1bccc0ba82cc2eef117bb90cd33867df35ad33a.zip busybox-a1bccc0ba82cc2eef117bb90cd33867df35ad33a.tar.gz |
- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
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 87f2291..f5baa0d 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c @@ -46,7 +46,7 @@ int cp_main(int argc, char **argv) } if (flags & 64) { /* Make -r a synonym for -R, - * -r was marked as obsolete in SUSv3, but is included for compatability + * -r was marked as obsolete in SUSv3, but is included for compatibility */ flags |= FILEUTILS_RECUR; } |