Skip to content

Commit

Permalink
fix typo in ruby example
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed May 2, 2012
1 parent 576f977 commit b0e0375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ruby_example.rb
Expand Up @@ -48,7 +48,7 @@ def self.update_stats(stats, delta=1, sampleRate=1)
def self.send(data, sample_rate=1)
# Squirt the metrics over UDP
if @@config[:host].nil? || @@config[:port].nil?
raise ArgumentError.new("No configuration was sepcified")
raise ArgumentError.new("No configuration was specified")
end

sampled_data = {}
Expand Down

0 comments on commit b0e0375

Please sign in to comment.