lib/perobs/Cache.rb in perobs-2.4.1 vs lib/perobs/Cache.rb in perobs-2.4.2

- old
+ new

@@ -122,10 +122,10 @@ def in_transaction? !@transaction_stack.empty? end # Tell the cache to start a new transaction. If no other transaction is - # active, the write cached is flushed before the transaction is started. + # active, the write cache is flushed before the transaction is started. def begin_transaction if @transaction_stack.empty? # The new transaction is the top-level transaction. Flush the write # buffer to save the current state of all objects. flush