lib/pod_builder/command/build.rb in pod-builder-0.9.5 vs lib/pod_builder/command/build.rb in pod-builder-0.9.6
- old
+ new
@@ -110,10 +110,10 @@
private
def self.license_specifiers
acknowledge_files = Dir.glob("#{PodBuilder::Configuration.build_path}/Pods/**/*acknowledgements.plist")
- raise "Too many acknoledge file found" if acknowledge_files.count > 1
+ raise "Too many ackwnoledge files found" if acknowledge_files.count > 1
if acknowledge_file = acknowledge_files.first
plist = CFPropertyList::List.new(:file => acknowledge_file)
data = CFPropertyList.native_types(plist.value)