lib/chronicle/etl/loaders/loader.rb in chronicle-etl-0.2.3 vs lib/chronicle/etl/loaders/loader.rb in chronicle-etl-0.2.4
- old
+ new
@@ -3,10 +3,10 @@
# Abstract class representing a Loader for an ETL job
class Loader
extend Chronicle::ETL::Catalog
# Construct a new instance of this loader. Options are passed in from a Runner
- # == Paramters:
+ # == Parameters:
# options::
# Options for configuring this Loader
def initialize(options = {})
@options = options
end