Commit c50bdf9b authored by Paul Asmuth's avatar Paul Asmuth
Browse files

typo fix

parent af9b7369
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ class FnordMetric::UDPAcceptor < EventMachine::Connection
  def push_next_event
    return true if events.empty?
    ev = @events.pop
    apu.event(ev)
    api.event(ev)
    EM.next_tick(&method(:push_next_event))
  end