mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tools: Fix typo in make_distrib.py
This commit is contained in:
@ -149,7 +149,7 @@ def create_readme():
|
|||||||
'section of this document for licensing terms and conditions.'
|
'section of this document for licensing terms and conditions.'
|
||||||
elif mode == 'minimal':
|
elif mode == 'minimal':
|
||||||
distrib_type = 'Minimal'
|
distrib_type = 'Minimal'
|
||||||
distrib_desc = 'This distribution contains the minimial components necessary to build and\n' \
|
distrib_desc = 'This distribution contains the minimal components necessary to build and\n' \
|
||||||
'distribute an application using CEF on the ' + platform_str + ' platform. Please see\n' \
|
'distribute an application using CEF on the ' + platform_str + ' platform. Please see\n' \
|
||||||
'the LICENSING section of this document for licensing terms and conditions.'
|
'the LICENSING section of this document for licensing terms and conditions.'
|
||||||
elif mode == 'client':
|
elif mode == 'client':
|
||||||
|
Reference in New Issue
Block a user