summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-18 14:12:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-18 14:12:40 -0400
commitda794cce7d4630a99d95e39d516485834892c286 (patch)
tree897db9a453a4935a782417bcd9cec1bccbbd55f9
parentfbd1cbf2c915bdb18a09264b356eed55752bb757 (diff)
typo
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 21685ba4d..7b7ff55ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ git-annex (0.08) UNRELEASED; urgency=low
* Only use cp -a if it is supported, falling back to cp -p or plain cp
as needed for portability.
* cp --reflink=auto is used if supported, and will make git annex unlock
- much faster on filesystems like btrfs that support copy of write.
+ much faster on filesystems like btrfs that support copy on write.
-- Joey Hess <joeyh@debian.org> Wed, 17 Nov 2010 13:54:49 -0400