From 2ea720abc9c8368aa6aebc02e585f05d71e7d436 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 24 Mar 2013 09:10:48 -0400 Subject: [PATCH] typo --- doc/special_remotes/xmpp.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/special_remotes/xmpp.mdwn b/doc/special_remotes/xmpp.mdwn index b106d83ebc..ef5e855114 100644 --- a/doc/special_remotes/xmpp.mdwn +++ b/doc/special_remotes/xmpp.mdwn @@ -11,7 +11,7 @@ set up could be accomplished: XMPPCreds {xmppUsername = "joeyhess", xmppPassword = "xxxx", xmppHostname = "xmpp.l.google.com.", xmppPort = 5222, xmppJID = "joeyhess@gmail.com"} 2. A git remote is created using a special url, of the form `xmpp::user@host` - For the above example, it would be `url = xmpp:joeyhess@gmail.com` + For the above example, it would be `url = xmpp::joeyhess@gmail.com` 3. The uuid of one of the other clients using XMPP should be configured using the `annex.uuid` setting, the same as is set up for other remotes.