Skip to content

Commit

Permalink
Fix small typo "minimal"
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjoffe committed Nov 12, 2023
1 parent d3d465b commit 57a4ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make_distrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 57a4ad9

Please sign in to comment.