Typo and commas

This commit is contained in:
Richard Hartmann 2012-12-30 00:28:19 +01:00
parent b62753c475
commit f30e7f5030

View file

@ -1,10 +1,10 @@
A few final bits and peices of direct mode. Fixed a few more bugs in the A few final bits and pieces of direct mode. Fixed a few more bugs in the
assistant. Made all git-annex commands that don't work at assistant. Made all git-annex commands that don't work at
all, or only partially work in direct mode refuse to run at all. Also all, or only partially work in direct mode, refuse to run at all. Also,
some optimisations. some optimisations.
I'll surely need to revisit direct mode later, and make more commands I'll surely need to revisit direct mode later and make more commands
support it. `fsck` and `add` especially. support it; `fsck` and `add` especially.
But the only thing I'd like to deal with before I make a release with direct But the only thing I'd like to deal with before I make a release with direct
mode is the problem of files being able to be modified while they're mode is the problem of files being able to be modified while they're
being transferred, which can result in data loss. being transferred, which can result in data loss.