Skip to content

Commit

Permalink
Fix typo in validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ajevans99 authored and dnkoutso committed Apr 18, 2023
1 parent 716c78b commit 20e3a86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cocoapods/command/lib/lint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def self.options
['--test-specs=test-spec1,test-spec2,etc', 'List of test specs to run'],
['--analyze', 'Validate with the Xcode Static Analysis tool'],
['--configuration=CONFIGURATION', 'Build using the given configuration (defaults to Release)'],
['--validaton-dir', 'The directory to use for validation. If none is specified a temporary directory will be used.'],
['--validation-dir', 'The directory to use for validation. If none is specified a temporary directory will be used.'],
].concat(super)
end

Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods/command/repo/push.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def self.options
'This takes precedence over the Swift versions specified by the spec or a `.swift-version` file'],
['--no-overwrite', 'Disallow pushing that would overwrite an existing spec'],
['--update-sources', 'Make sure sources are up-to-date before a push'],
['--validaton-dir', 'The directory to use for validation. If none is specified a temporary directory will be used.'],
['--validation-dir', 'The directory to use for validation. If none is specified a temporary directory will be used.'],
].concat(super)
end

Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods/command/spec/lint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def self.options
['--test-specs=test-spec1,test-spec2,etc', 'List of test specs to run'],
['--analyze', 'Validate with the Xcode Static Analysis tool'],
['--configuration=CONFIGURATION', 'Build using the given configuration (defaults to Release)'],
['--validaton-dir', 'The directory to use for validation. If none is specified a temporary directory will be used.'],
['--validation-dir', 'The directory to use for validation. If none is specified a temporary directory will be used.'],
].concat(super)
end

Expand Down

0 comments on commit 20e3a86

Please sign in to comment.