Skip to content

Commit

Permalink
comment spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed Nov 21, 2014
1 parent 589e87e commit ccf2f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cask/artifact/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def self.read_script_arguments(arguments, stanza, default_arguments={}, override
description.concat(" #{key.inspect}")
end

# backwards-compatible string value
# backward-compatible string value
if arguments.kind_of?(String)
arguments = { :executable => arguments }
end
Expand Down
2 changes: 1 addition & 1 deletion lib/cask/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def container(*args)
rescue StandardError => e
raise CaskInvalidError.new(self.title, e)
end
# todo: remove this backwards compatibility section after removing nested_container
# todo: remove this backward-compatibility section after removing nested_container
if @container and @container.nested
artifacts[:nested_container] << @container.nested
end
Expand Down

0 comments on commit ccf2f34

Please sign in to comment.