diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-14 13:09:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-14 13:09:43 -0400 |
commit | c7630821b863cf0805356298c81845dbeced8b3a (patch) | |
tree | 2e93fa1a855a37b28142fd685b96ade4d820434a | |
parent | 4b6da6c752d48bc022e7c4e0e8606808efddec46 (diff) |
typo
-rw-r--r-- | doc/design/assistant/xmpp.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/assistant/xmpp.mdwn b/doc/design/assistant/xmpp.mdwn index c6d91c5ab..d9975e82d 100644 --- a/doc/design/assistant/xmpp.mdwn +++ b/doc/design/assistant/xmpp.mdwn @@ -100,7 +100,7 @@ one or more chat messages, directed to the receiver: data </git-annex> -When `git receive-pack` edits, the receiver indicates its exit +When `git receive-pack` exits, the receiver indicates its exit status with a chat message, directed at the sender: <git-annex xmlns='git-annex' rpdone="0" /> |