Add missing l

This commit is contained in:
Kevin Sawicki
2015-04-28 18:07:09 -07:00
parent 920def7eb0
commit 96f0916ddd

View File

@@ -74,7 +74,7 @@ class BufferedProcess
@process = @spawn(command, args, options)
@killed = false
@handeEvents(stdout, stderr, exit) if @process?
@handleEvents(stdout, stderr, exit) if @process?
###
Section: Event Subscription