Commit 74d0146a authored by Marius Rackwitz's avatar Marius Rackwitz

[Style] Fix typo in Generator::CopyResourcesScript::INSTALL_RESOURCES_FUCTION

parent 987e50b8
......@@ -59,9 +59,9 @@ module Pod
#
def install_resources_function
if use_external_strings_file?
INSTALL_RESOURCES_FUCTION
INSTALL_RESOURCES_FUNCTION
else
INSTALL_RESOURCES_FUCTION.gsub(' --reference-external-strings-file', '')
INSTALL_RESOURCES_FUNCTION.gsub(' --reference-external-strings-file', '')
end
end
......@@ -83,7 +83,7 @@ module Pod
script
end
INSTALL_RESOURCES_FUCTION = <<EOS
INSTALL_RESOURCES_FUNCTION = <<EOS
#!/bin/sh
set -e
......
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