From 31753c1c53d5cce47d0618855d56f1a9ea8d6937 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlLxKVJdtIlFyco0extRJZLAKoD7pBCL2c" Date: Sun, 13 Apr 2014 23:10:39 +0000 Subject: [PATCH] fix typo --- doc/devblog/day_152__more_ssh_connection_caching.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devblog/day_152__more_ssh_connection_caching.mdwn b/doc/devblog/day_152__more_ssh_connection_caching.mdwn index b55525dd03..ad472b5e55 100644 --- a/doc/devblog/day_152__more_ssh_connection_caching.mdwn +++ b/doc/devblog/day_152__more_ssh_connection_caching.mdwn @@ -10,7 +10,7 @@ when git invokes git-annex as ssh, it runs ssh with the connection caching parameters. Also, improved the network-manager and wicd code, so it detects when a -connection has gone down. That propigates through to the remote-daemon, +connection has gone down. That propagates through to the remote-daemon, which closes all ssh connections. I need to also find out how to detect network connections/disconnections on OSX..