aboutsummaryrefslogtreecommitdiff
path: root/doc/sync.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sync.mdwn')
-rw-r--r--doc/sync.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sync.mdwn b/doc/sync.mdwn
index 765c1e43f..057dcb355 100644
--- a/doc/sync.mdwn
+++ b/doc/sync.mdwn
@@ -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.