tools: Fix typo in make_distrib.py

This commit is contained in:
Marshall Greenblatt 2023-11-14 12:27:28 -05:00
parent 1886f68490
commit a9f1ce090a

View File

@ -149,7 +149,7 @@ def create_readme():
'section of this document for licensing terms and conditions.'
elif mode == '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' \
'the LICENSING section of this document for licensing terms and conditions.'
elif mode == 'client':