Misc. source comment typo and whitespace fixes

Found via codespell
This commit is contained in:
luz.paz
2019-06-16 10:03:30 -04:00
committed by Bernd Hahnebach
parent 8b14c886ee
commit 9845c002ab
13 changed files with 78 additions and 76 deletions

View File

@@ -607,7 +607,8 @@ def output_value_unit_info(param, value):
def check_mat_units(mat):
known_quantities = get_known_material_quantity_parameter()
# check if the param is a Quantity according card template, than chaeck unit
# check if the param is a Quantity according to the card template
# then check unit
# print(known_quantities)
units_ok = True
for param, value in mat.items():