summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2015-09-08 22:36:50 -0400
committerJoey Hess2015-09-08 22:36:50 -0400
commitd7a9157e7e1e8f447864d9d0cdd20ed1839fc23c (patch)
tree5f9ab1e64ab7aef2ff1473fbaff83329d6c46ce3 /doc
parent581a87cad226c1e1c3fbe6a8cbd52c65bd3baef5 (diff)
typo
Diffstat (limited to 'doc')
-rw-r--r--doc/centralized_git_repository.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/centralized_git_repository.mdwn b/doc/centralized_git_repository.mdwn
index 1e511398..c9429394 100644
--- a/doc/centralized_git_repository.mdwn
+++ b/doc/centralized_git_repository.mdwn
@@ -17,7 +17,7 @@ You can add a central git repository to your existing propellor setup easily:
1. Push propellor's git repository to a central server (github or your own):
`cd ~/.propellor/; git remote add origin ssh://git.example.com/propellor.git; git push -u origin master`
-2. Configure the url your hosts should use for the git repisitory, if
+2. Configure the url your hosts should use for the git repository, if
it differs from the url above, by setting up a remote named "deploy":
`cd ~/.propellor/; git remote add deploy git://git.example.com/propellor.git`