ruby-changes:57121
From: Kazuhiro <ko1@a...>
Date: Sat, 17 Aug 2019 13:57:42 +0900 (JST)
Subject: [ruby-changes:57121] Kazuhiro NISHIYAMA: ccbfb054b1 (master): Fix typos
https://git.ruby-lang.org/ruby.git/commit/?id=ccbfb054b1 From ccbfb054b1dcd06d30924c4a83af1bac75d78c31 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Sat, 17 Aug 2019 13:57:12 +0900 Subject: Fix typos diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 8b055dc..661985d 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -788,7 +788,7 @@ module Bundler https://github.com/ruby/ruby/blob/trunk/lib/bundler/cli.rb#L788 Bundler::SharedHelpers.major_deprecation 2,\ "The `#{flag_name}` flag is deprecated because it relies on being " \ - "remembered accross bundler invokations, which bundler will no longer " \ + "remembered across bundler invokations, which bundler will no longer " \ "do in future versions. Instead please use `bundle config #{name} " \ "'#{value}'`, and stop using this flag" end diff --git a/spec/bundler/other/major_deprecation_spec.rb b/spec/bundler/other/major_deprecation_spec.rb index 260a2cc..2a819c9 100644 --- a/spec/bundler/other/major_deprecation_spec.rb +++ b/spec/bundler/other/major_deprecation_spec.rb @@ -288,7 +288,7 @@ RSpec.describe "major deprecations" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/other/major_deprecation_spec.rb#L288 it "should print a deprecation warning", :bundler => "2" do expect(deprecations).to include( "The `#{flag_name}` flag is deprecated because it relies on " \ - "being remembered accross bundler invokations, which bundler " \ + "being remembered across bundler invokations, which bundler " \ "will no longer do in future versions. Instead please use " \ "`bundle config #{name} '#{value}'`, and stop using this flag" ) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/