lib/new_relic/agent/autostart.rb in newrelic_rpm-3.15.1.316 vs lib/new_relic/agent/autostart.rb in newrelic_rpm-3.15.2.317
- old
+ new
@@ -6,10 +6,10 @@
module Agent
# A singleton responsible for determining if the agent should start
# monitoring.
#
# If the agent is in a monitored environment (e.g. production) it will
- # attempt to avoid starting at "inapproriate" times, for example in an IRB
+ # attempt to avoid starting at "inappropriate" times, for example in an IRB
# session. On Heroku, logs typically go to STDOUT so agent logs can spam
# the console during interactive sessions.
#
# It should be possible to override Autostart logic with an explicit
# configuration, for example the NEW_RELIC_AGENT_ENABLED environment variable or