Commit baee2f4a authored by Sam Jarman's avatar Sam Jarman

Adds space to fix typo in output.

Before: The pattern includes header files that are not listedin source_files
After: The pattern includes header files that are not listed in source_files
parent 474ce948
...@@ -575,7 +575,7 @@ module Pod ...@@ -575,7 +575,7 @@ module Pod
end end
non_source_files = header_files - file_accessor.source_files non_source_files = header_files - file_accessor.source_files
unless non_source_files.empty? unless non_source_files.empty?
error(attr_name, 'The pattern includes header files that are not listed' \ error(attr_name, 'The pattern includes header files that are not listed ' \
"in source_files (#{non_source_files.join(', ')}).") "in source_files (#{non_source_files.join(', ')}).")
end end
end 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