aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog/day_472__removing_empty_directories.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/devblog/day_472__removing_empty_directories.mdwn')
-rw-r--r--doc/devblog/day_472__removing_empty_directories.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_472__removing_empty_directories.mdwn b/doc/devblog/day_472__removing_empty_directories.mdwn
index 563a347c3..25b36fd86 100644
--- a/doc/devblog/day_472__removing_empty_directories.mdwn
+++ b/doc/devblog/day_472__removing_empty_directories.mdwn
@@ -8,7 +8,7 @@ So, I decided to add a remote method to delete a directory, and make
git-annex keep track of when a directory in an export is empty, and delete
it. While it does complicate the design some to need to do this, that seems
better than complicating the implementation of remotes like webdav. And
-some remotes may not have a `rmdir(2)` equivilant or a way to check if a
+some remotes may not have a `rmdir(2)` equivalent or a way to check if a
directory is empty.
Spent most of today implementing that, including some rather hairy