diff options
| author | Josh Soref | 2017-09-10 16:42:10 +0000 |
|---|---|---|
| committer | Josh Soref | 2017-09-10 16:42:10 +0000 |
| commit | 44c56cd9a8d47acbb2e9930087a89bb1a8475038 (patch) | |
| tree | 421f108228e9792b632b00a5d1f35eaf935b9fc1 | |
| parent | 130fec083166a9d29545155a26a105dcd3dfb192 (diff) | |
| download | brew-44c56cd9a8d47acbb2e9930087a89bb1a8475038.tar.bz2 | |
spelling: separated
| -rw-r--r-- | Library/Homebrew/extend/ARGV.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ARGV.rb b/Library/Homebrew/extend/ARGV.rb index c6cb54f5d..daa5306fa 100644 --- a/Library/Homebrew/extend/ARGV.rb +++ b/Library/Homebrew/extend/ARGV.rb @@ -147,7 +147,7 @@ module HomebrewArgvExtension flag_with_value.strip_prefix(arg_prefix) if flag_with_value end - # Returns an array of values that were given as a comma-seperated list. + # Returns an array of values that were given as a comma-separated list. # @see value def values(name) return unless val = value(name) |
