lib/semantic_logger/appender/mongodb.rb in semantic_logger-0.8.0 vs lib/semantic_logger/appender/mongodb.rb in semantic_logger-0.8.1

- old
+ new

@@ -133,10 +133,10 @@ def collection @collection ||= db[collection_name] end # Flush all pending logs to disk. - # Waits for all sent documents to be writted to disk + # Waits for all sent documents to be written to disk def flush db.get_last_error end # Default log formatter \ No newline at end of file