From 099801e262d2ff8807c9599ccda735732c7b7954 Mon Sep 17 00:00:00 2001 From: Stormwind Date: Tue, 5 May 2015 21:38:09 +0200 Subject: [PATCH] Fix typo --- lib/rubella/weighting/{expotential.rb => exponential.rb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename lib/rubella/weighting/{expotential.rb => exponential.rb} (88%) diff --git a/lib/rubella/weighting/expotential.rb b/lib/rubella/weighting/exponential.rb similarity index 88% rename from lib/rubella/weighting/expotential.rb rename to lib/rubella/weighting/exponential.rb index f0c1c08..4ba37e6 100644 --- a/lib/rubella/weighting/expotential.rb +++ b/lib/rubella/weighting/exponential.rb @@ -3,12 +3,12 @@ require "rubella/weighting/base" module Rubella module Weighting - # The Rubella::Weighting::Expotential object weights every bucket per + # The Rubella::Weighting::Exponential object weights every bucket per # amount of cores. But the cores with higher load get a visualisation - # boost, which is expotential. So one high load core, will have much more + # boost, which is exponential. So one high load core, will have much more # color, than serveral less load cores. # - class Expotential < Base + class Exponential < Base # Creates a output readable list. # This list is Array within a subarrays, which contain the buckets for