1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #46059 from jbampton/fix-word-case [ci-skip]

Fix word case
This commit is contained in:
Petrik de Heus 2022-09-17 19:28:37 +02:00 committed by GitHub
commit e5288b2760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ module ActiveSupport
module Subprocess
ORIG_ARGV = ARGV.dup unless defined?(ORIG_ARGV)
# Complicated H4X to get this working in windows / jruby with
# Complicated H4X to get this working in Windows / JRuby with
# no forking.
def run_in_isolation(&blk)
require "tempfile"