Mac: Fix make_distrib.py script errors

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1213 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-04-11 23:13:28 +00:00
parent b18edbac6f
commit 4b6ac3a662
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ def get_readme_component(name):
# platform directory
if platform == 'windows':
platform_cmp = 'win'
elif platmform == 'macosx':
elif platform == 'macosx':
platform_cmp = 'mac'
elif platform == 'linux':
platform_cmp = 'linux'
@ -79,7 +79,7 @@ def create_readme():
if platform == 'windows':
platform_str = 'Windows'
elif platmform == 'macosx':
elif platform == 'macosx':
platform_str = 'Mac OS-X'
elif platform == 'linux':
platform_str = 'Linux'