comment spelling

This commit is contained in:
Roland Walker
2014-11-21 09:24:42 -05:00
parent 589e87ee3c
commit ccf2f34b6c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class Cask::Artifact::Base
description.concat(" #{key.inspect}")
end
# backwards-compatible string value
# backward-compatible string value
if arguments.kind_of?(String)
arguments = { :executable => arguments }
end
+1 -1
View File
@@ -99,7 +99,7 @@ module Cask::DSL
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