Skip to content

Commit d3a973d

Browse files
author
Ed Costello
committed
Typo correction
1 parent 03af6ef commit d3a973d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/makefile-builder/releases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def build_all_install_guides(install_guides):
2323
m.target(target='installation-sources',
2424
dependency='$(installation-sources)', block='meta')
2525
m.job('git update-index --assume-unchanged $(installation-sources)', ignore=True, block='meta')
26-
m.msg('[build]: clensing git index of installation sources.', block='meta')
26+
m.msg('[build]: cleansing git index of installation sources.', block='meta')
2727

2828
m.newline(block='meta')
2929
m.target(target='installation-guides',

bin/makefile-builder/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def build_all_tables(tables):
2121
m.target('.PHONY', 'tables clean-tables', block='footer')
2222
m.target('tables', '$(output-tables)', block='footer')
2323
m.job('git update-index --assume-unchanged', ignore=True, block='footer')
24-
m.msg('[tables]: clensing git index of compiled tables', block='footer')
24+
m.msg('[tables]: cleansing git index of compiled tables', block='footer')
2525
m.newline(block='footer')
2626
m.target('clean-tables', block='footer')
2727
m.job('rm -rf $(output-tables)', display=False, ignore=True, block='footer')

0 commit comments

Comments
 (0)