diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-15 13:30:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-15 13:30:59 -0400 |
commit | 829ea31b72b1a9c42d770815363ef350ec2bda31 (patch) | |
tree | c24ecebf61a31c89a1c2419b7edac469e47d1094 /doc | |
parent | 9980ddff308dc086b99875ac80c36226eb255f44 (diff) |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/internals.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn index a4ec5c417..e80ecbac0 100644 --- a/doc/internals.mdwn +++ b/doc/internals.mdwn @@ -22,7 +22,7 @@ deleting or changing the file contents. This branch is managed by git-annex, with the contents listed below. The file `.git/annex/index` is a separate git index file it uses -to accumlate changes for the git-annex. Also, `.git/annex/journal/` is used +to accumulate changes for the git-annex. Also, `.git/annex/journal/` is used to record changes before they are added to git. Note that for speed reasons, git-annex assumes only it will modify this |