making note of my changes.
[oweals/busybox.git] / cp.c
diff --git a/cp.c b/cp.c
index 83460190ae2158e3fa0c6417b1db3253873299d9..4af73c274633ba574beac6cc7ac82195e3fe323a 100644 (file)
--- 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";