Skip to content

Commit e5288b2

Browse files
authored
Merge pull request rails#46059 from jbampton/fix-word-case [ci-skip]
Fix word case
2 parents 0915257 + dbccaff commit e5288b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/testing/isolation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run_in_isolation(&blk)
6363
module Subprocess
6464
ORIG_ARGV = ARGV.dup unless defined?(ORIG_ARGV)
6565

66-
# Complicated H4X to get this working in windows / jruby with
66+
# Complicated H4X to get this working in Windows / JRuby with
6767
# no forking.
6868
def run_in_isolation(&blk)
6969
require "tempfile"

0 commit comments

Comments
 (0)