Commit e21e24c1 authored by Kyle Fuller's avatar Kyle Fuller

An before the vowel said my English teacher

parent 08a054a1
......@@ -192,7 +192,7 @@ module Pod
# Ensures that the white-listed build configurations are known to prevent
# silent typos.
#
# @raise If a unknown user configuration is found.
# @raise If an unknown user configuration is found.
#
def validate_build_configurations
whitelisted_configs = pod_targets.map do |target|
......
......@@ -529,7 +529,7 @@ module Pod
output, status = _xcodebuild "#{command} 2>&1"
unless status.success?
message = 'Returned a unsuccessful exit code.'
message = 'Returned an unsuccessful exit code.'
message += ' You can use `--verbose` for more information.' unless config.verbose?
error('xcodebuild', message)
end
......
......@@ -370,7 +370,7 @@ module Pod
validator.stubs(:_xcodebuild).returns(['Output', status])
validator.validate
first = validator.results.map(&:to_s).first
first.should.include '[xcodebuild] Returned a unsuccessful exit code'
first.should.include '[xcodebuild] Returned an unsuccessful exit code'
validator.result_type.should == :error
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment