summaryrefslogtreecommitdiff
path: root/doc/design/git-remote-daemon.mdwn
diff options
context:
space:
mode:
authorGravatar Mesar Hameed <mesar.hameed@gmail.com>2014-04-16 10:41:07 +0200
committerGravatar Mesar Hameed <mesar.hameed@gmail.com>2014-04-16 10:41:07 +0200
commit8ee29158747098f80c28d9db78ccc3916878d596 (patch)
treefdbb13fd8ea8f5326715d799a001bff5ed906a8e /doc/design/git-remote-daemon.mdwn
parent193cced99fbfd53436c97be803b3e97da469214a (diff)
fix typos.
Diffstat (limited to 'doc/design/git-remote-daemon.mdwn')
-rw-r--r--doc/design/git-remote-daemon.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/design/git-remote-daemon.mdwn b/doc/design/git-remote-daemon.mdwn
index 56afa409a..270ceaa47 100644
--- a/doc/design/git-remote-daemon.mdwn
+++ b/doc/design/git-remote-daemon.mdwn
@@ -137,9 +137,9 @@ encryption. Encryption is not part of this design.
(XMPP does not do end-to-end encryption, but might be supported
transitionally.)
-Ditto for authentication that we're talking to who we indend to talk to.
-Any public key data etc used for authenticion is part of the remote's
-configuration (or hidden away in a secure chmodded file, if neccesary).
+Ditto for authentication that we're talking to who we intend to talk to.
+Any public key data etc used for authentication is part of the remote's
+configuration (or hidden away in a secure chmodded file, if necessary).
This design does not concern itself with authenticating the remote node,
it just takes the auth token and uses it.