aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-03-25 22:43:26 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-03-25 22:43:26 +0900
commitea5daeb2e407d004cf134d47fe8ac28d24fb0a00 (patch)
tree053fb62fc7a203b5cd1cb4c932a2777b163461bf /activesupport/lib/active_support
parente21f6c1daccbb5838b1e03e6acdcbc86bbadd7f8 (diff)
downloadrails-ea5daeb2e407d004cf134d47fe8ac28d24fb0a00.tar.gz
rails-ea5daeb2e407d004cf134d47fe8ac28d24fb0a00.tar.bz2
rails-ea5daeb2e407d004cf134d47fe8ac28d24fb0a00.zip
Fix some typos
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/notifications/instrumenter.rb2
1 files changed, 1 insertions, 1 deletions
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