lib/rspec/logging_helper.rb in logging-1.6.1 vs lib/rspec/logging_helper.rb in logging-1.6.2
- old
+ new
@@ -2,10 +2,10 @@
module RSpec
module LoggingHelper
# Capture log messages from the Logging framework and make them
# available via a @log_output instance variable. The @log_output
- # supports a readline method to access the log messags.
+ # supports a readline method to access the log messages.
#
def capture_log_messages( opts = {} )
from = opts.getopt(:from, 'root')
to = opts.getopt(:to, '__rspec__')
exclusive = opts.getopt(:exclusive, true)