lib/zold/node/farm.rb in zold-0.20.1 vs lib/zold/node/farm.rb in zold-0.20.2
- old
+ new
@@ -51,10 +51,10 @@
# application, but you can, of course, start as many of them as necessary for the
# purpose of unit testing.
#
# <tt>cache</tt> is the file where the farm will keep all the scores it
# manages to find. If the file is absent, it will be created, together with
- # the necesary parent directories.
+ # the necessary parent directories.
#
# <tt>lifetime</tt> is the amount of seconds for a score to live in the farm, by default
# it's the entire day, since the Score expires in 24 hours; can be decreased for the
# purpose of unit testing.
def initialize(invoice, cache = File.join(Dir.pwd, 'farm'), log: Log::NULL,