summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih.mailinglist@gmail.com>2013-05-22 06:43:53 +0200
committerGravatar Richard Hartmann <richih.mailinglist@gmail.com>2013-05-22 06:43:53 +0200
commit912cbd33ad347d81f430d13455931abdc3940122 (patch)
treea6fc646aadf8b7ffd2569ac8e87f46b2419b1a14 /doc
parente5c37c5305f04229a6bd93df81196971e42ef6d9 (diff)
Typos
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/blog/day_270__release_and_xmpp.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/design/assistant/blog/day_270__release_and_xmpp.mdwn b/doc/design/assistant/blog/day_270__release_and_xmpp.mdwn
index 96adee3bf..eb28f97bd 100644
--- a/doc/design/assistant/blog/day_270__release_and_xmpp.mdwn
+++ b/doc/design/assistant/blog/day_270__release_and_xmpp.mdwn
@@ -18,12 +18,12 @@ queuing other messages, seems to be just wrong. This is code I wrote in the
fall, and have basically not touched since. And it shows. Spent 4 hours
this morning rewriting it. Went all Erlang and implemented message inboxes
using STM. I'm much more confident it won't drop messages on the
-floor, which the old code certianly did do sometimes.
+floor, which the old code certainly did do sometimes.
-Added a check to avoid unncessary pushes over XMPP. Unfortunately, this
+Added a check to avoid unnecessary pushes over XMPP. Unfortunately, this
required changing the protocol in a way that will make previous versions of
git-annex refuse to accept any pushes advertised by this version. Could not
-find a way around that, but there were so many unncessary pushes happening
+find a way around that, but there were so many unnecessary pushes happening
(and possibly contributing to other problems) that it seemed worth the
upgrade pain.