aboutsummaryrefslogtreecommitdiffstats
path: root/ci/travis.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-05-04 11:40:13 -0500
committerVipul A M <vipulnsward@gmail.com>2016-05-04 11:40:13 -0500
commit40f68f72fc1191460872246e841a3a1eca3175d0 (patch)
tree49d8a54d36c97ff5b8a90671737aec7e5c4f91ab /ci/travis.rb
parent1dcf2800146f654065c697511dcbcea5c23c114a (diff)
parentd2660c8cadd973b7a7c8b09fa03888631f9eea4b (diff)
downloadrails-40f68f72fc1191460872246e841a3a1eca3175d0.tar.gz
rails-40f68f72fc1191460872246e841a3a1eca3175d0.tar.bz2
rails-40f68f72fc1191460872246e841a3a1eca3175d0.zip
Merge pull request #24852 from jrafanie/fix_typos
Fix some typos in comments [ci skip]
Diffstat (limited to 'ci/travis.rb')
-rwxr-xr-xci/travis.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis.rb b/ci/travis.rb
index 063c6acb07..ffeba995de 100755
--- a/ci/travis.rb
+++ b/ci/travis.rb
@@ -120,7 +120,7 @@ class Build
def env
if activesupport? && !isolated?
- # There is a known issue with the listen tests that casuses files to be
+ # There is a known issue with the listen tests that causes files to be
# incorrectly GC'ed even when they are still in-use. The current is to
# only run them in isolation to avoid randomly failing our test suite.
{ 'LISTEN' => '0' }