Commit 3f6e44ad authored by Marin Usalj's avatar Marin Usalj Committed by Eloy Durán

corrected some typos

parent 9edaa8a1
......@@ -18,8 +18,8 @@ module Pod
### Initalization
# The file is expected to define and return a Pods::Specification.
# If name is equals to nil it returns the top level Specification,
# otherwise it returned the specification with the name that matches
# If name is equal to nil it returns the top level Specification,
# otherwise it returns the specification with matching name
def self.from_file(path, subspec_name = nil)
unless path.exist?
raise Informative, "No podspec exists at path `#{path}'."
......
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