This commit is contained in:
Daniel Schauenberg 2012-05-02 11:56:17 -03:00
Родитель 576f977e30
Коммит b0e0375cbe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,7 @@ class Statsd
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 = {}