summaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-08 14:06:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-08 14:06:43 -0400
commite146cc372b8daa70fa093c9f27cedf7188ce72fc (patch)
treee5fb8aa7619fd4d3c4129f4f6f21b728cb6d3e4c /Assistant.hs
parent7466500782b89ea4d1aa038b8243268e8e261821 (diff)
rename
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs
index 4a21a2ae9..55641b90e 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -105,7 +105,7 @@
- BranchChanged (STM SampleVar)
- Changes to the git-annex branch are indicated by updating this
- SampleVar.
- - NetMessagerControl (STM TChan, SampleVar)
+ - NetMessager (STM TChan, SampleVar)
- Used to feed messages to the built-in XMPP client, and
- signal it when it needs to restart due to configuration or
- networking changes.