From ea5daeb2e407d004cf134d47fe8ac28d24fb0a00 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Mon, 25 Mar 2013 22:43:26 +0900 Subject: Fix some typos --- activesupport/lib/active_support/notifications/instrumenter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/notifications') diff --git a/activesupport/lib/active_support/notifications/instrumenter.rb b/activesupport/lib/active_support/notifications/instrumenter.rb index 1ee7ca06bb..4f1cb85cc2 100644 --- a/activesupport/lib/active_support/notifications/instrumenter.rb +++ b/activesupport/lib/active_support/notifications/instrumenter.rb @@ -2,7 +2,7 @@ require 'securerandom' module ActiveSupport module Notifications - # Instrumentors are stored in a thread local. + # Instrumenters are stored in a thread local. class Instrumenter attr_reader :id -- cgit v1.2.3