summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/sync.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sync.mdwn b/doc/sync.mdwn
index ade34d48d..37b2b1b45 100644
--- a/doc/sync.mdwn
+++ b/doc/sync.mdwn
@@ -7,7 +7,7 @@ That works fine, if you don't mind having a central repository.
But it can be harder to use git in a fully decentralized fashion, with no
central repository and still keep repositories in sync with one another.
-You have to remember to pull from each remote, and merge the appopriate
+You have to remember to pull from each remote, and merge the appropriate
branch after pulling. It's difficult to *push* to a remote, since git does
not allow pushes into the currently checked out branch.