Skip to content

Commit

Permalink
fixes very small typo
Browse files Browse the repository at this point in the history
  - `flushing` was missing the `h`
  • Loading branch information
xentek committed Oct 31, 2013
1 parent 8d513d0 commit ba0c72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/lpxc.rb
Expand Up @@ -8,7 +8,7 @@ class Lpxc

#After parsing opts and initializing defaults, the initializer
#will start 2 threads. One thread for sending HTTP requests and another
#thread for flusing log messages to the outlet thread periodically.
#thread for flushing log messages to the outlet thread periodically.
#:hash => {}:: A data structure for grouping log messages by token.
#:request_queue => SizedQueue.new:: Contains HTTP requests ready for outlet thread to deliver to logplex.
#:default_token => nil:: You can specify a token that will be used for any call to Lpxc#puts that doesn't include a token.
Expand Down

0 comments on commit ba0c72f

Please sign in to comment.