fixed typo: repositry

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawl_x1UcmuSOmX7WkBTJPQwOP1FgUPdWEWM 2012-07-28 21:09:23 +00:00 committed by admin
parent c8cc5cc8da
commit d7e696f38c

View file

@ -1,7 +1,7 @@
The `git annex sync` command provides an easy way to keep several
repositories in sync.
Often git is used in a centralized fashion with a central bare repositry
Often git is used in a centralized fashion with a central bare repository
which changes are pulled and pushed to using normal git commands.
That works fine, if you don't mind having a central repository.