diff options
author | Andrew Nesbitt <andrewnez@gmail.com> | 2019-03-06 16:39:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 16:39:12 +0000 |
commit | 3e94cdeed1dc9a93590ccedbd46613ebad5d16ab (patch) | |
tree | 6114a81bb1f3a059e7160d3e01b22f0877379c21 | |
parent | 264ef6be20cf5753660c32bcb2591b8a65325977 (diff) | |
download | bundler-3e94cdeed1dc9a93590ccedbd46613ebad5d16ab.tar.gz |
Fix typo
-rw-r--r-- | lib/bundler/plugin/api/source.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/plugin/api/source.rb b/lib/bundler/plugin/api/source.rb index 586477efb5..b33926a181 100644 --- a/lib/bundler/plugin/api/source.rb +++ b/lib/bundler/plugin/api/source.rb @@ -37,7 +37,7 @@ module Bundler # # @!attribute [rw] dependency_names # @return [Array<String>] Names of dependencies that the source should - # try to resolve. It is not necessary to use this list intenally. This + # try to resolve. It is not necessary to use this list internally. This # is present to be compatible with `Definition` and is used by # rubygems source. module Source |