lib/logging/layouts/basic.rb in logging-1.6.1 vs lib/logging/layouts/basic.rb in logging-1.6.2
- old
+ new
@@ -15,10 +15,10 @@
class Basic < ::Logging::Layout
# call-seq:
# format( event )
#
- # Returns a string representation of the given loggging _event_. See the
+ # Returns a string representation of the given logging _event_. See the
# class documentation for details about the formatting used.
#
def format( event )
obj = format_obj(event.data)
sprintf("%*s %s : %s\n", ::Logging::MAX_LEVEL_LENGTH,