summaryrefslogtreecommitdiff
path: root/doc/devblog/day_452__GIT_SSH.mdwn
diff options
context:
space:
mode:
authorGravatar Edward Betts <edward@4angle.com>2017-10-26 07:52:20 +0100
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-26 10:51:17 -0400
commita8b47b0a253f09029747e751c796792d5edb1bbe (patch)
treea027d1662359c16c51e2845fcd65ad7b209f551c /doc/devblog/day_452__GIT_SSH.mdwn
parentf14a35cc1231ceb3d5af4377594696fae18f0520 (diff)
correct spelling mistakes
A few spelling fixes for the git-annex devblog.
Diffstat (limited to 'doc/devblog/day_452__GIT_SSH.mdwn')
-rw-r--r--doc/devblog/day_452__GIT_SSH.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_452__GIT_SSH.mdwn b/doc/devblog/day_452__GIT_SSH.mdwn
index 7ba94dff8..a1ce5cfad 100644
--- a/doc/devblog/day_452__GIT_SSH.mdwn
+++ b/doc/devblog/day_452__GIT_SSH.mdwn
@@ -7,7 +7,7 @@ suites should not do. So, I took a detour..
Support for `GIT_SSH` and `GIT_SSH_COMMAND` has been requested before for
various reasons. So I implemented that, which took 4 hours. (With one
-little possible compatability caveat, since git-annex needs to pass the -n
+little possible compatibility caveat, since git-annex needs to pass the -n
parameter to ssh sometimes, and git's interface doesn't allow for such a
parameter.)