diff options
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 | } |