diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2011-09-29 22:46:44 -0500 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2011-09-29 22:46:44 -0500 |
commit | ab7dfd6e942e5112e730e786ab6b2ee4798abdd2 (patch) | |
tree | c6113d75a0b76173a81a5922aa746988acc0e6d2 /src/main/clojure/org | |
parent | 30fc5e8410c331af4c7f96bcf2168b661d80be70 (diff) |
Fix typo in comment.
Diffstat (limited to 'src/main/clojure/org')
-rw-r--r-- | src/main/clojure/org/gnu/clojure/gnunet/peer.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/clojure/org/gnu/clojure/gnunet/peer.clj b/src/main/clojure/org/gnu/clojure/gnunet/peer.clj index 204cd2b..fb98fd7 100644 --- a/src/main/clojure/org/gnu/clojure/gnunet/peer.clj +++ b/src/main/clojure/org/gnu/clojure/gnunet/peer.clj @@ -53,7 +53,7 @@ ;; agent of a map of peer IDs to struct remote-peer :remote-peers-agent - ;; agent of a map of transport names (String) to maps of {:emit-message!} + ;; agent of a map of transport names (String) to maps of {:emit-messages!} :transports-agent ;; { |