Skip to content

Commit

Permalink
Fix spelling of operations in tcp.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chambers committed Oct 10, 2015
1 parent 7309ab1 commit 3157608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/aleph/examples/tcp.clj
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
;; ### end demonstration

;; While we can do trivial computation on the same thread we receive messages, longer computation
;; or blocking operaitons should be done elsewhere. To accomplish this, we need something a
;; or blocking operations should be done elsewhere. To accomplish this, we need something a
;; little more complicated than `connect`ing a stream to itself.
;;
;; Here, we define an asynchronous loop via `manifold.deferred/loop`. In this loop, we take a
Expand Down

0 comments on commit 3157608

Please sign in to comment.