diff --git a/scripts/changelog.py b/scripts/changelog.py index 7144c83..669f67f 100644 --- a/scripts/changelog.py +++ b/scripts/changelog.py @@ -157,7 +157,7 @@ if __name__ == '__main__': break j += 1 - # Print verson info + # Print version info print('%s [%s](%s "show release") %s %s' % ('#' * (level + 1), ver, url + '/releases/tag/' + ver, type, diff), file = file) # Print commits excluding merges diff --git a/scripts/set_config.py b/scripts/set_config.py index 8ce381a..4d9a68b 100755 --- a/scripts/set_config.py +++ b/scripts/set_config.py @@ -57,13 +57,13 @@ def set_config(target, usage = None): sys.exit(1) if not targets: - print("Not a muli-configuration project (no config_.scad files found)") + print("Not a multi-configuration project (no config_.scad files found)") if usage: usage() sys.exit(1) if not target in targets: - print(target + " is not a configuration, avaliable configurations are: " + valid_targets_string()) + print(target + " is not a configuration, available configurations are: " + valid_targets_string()) if usage: usage() sys.exit(1) diff --git a/utils/sweep.scad b/utils/sweep.scad index e60c16a..bce8dee 100644 --- a/utils/sweep.scad +++ b/utils/sweep.scad @@ -127,8 +127,8 @@ function sweep_transforms(path, loop = false, twist = 0) = i = i + 1, rot = i < len ? rotate_from_to(tangents[i - 1], tangents[i]) * rot : undef) rot], - missmatch = loop ? calculate_twist(rotations[0], rotations[last]) : 0, - rotation = missmatch + twist + mismatch = loop ? calculate_twist(rotations[0], rotations[last]) : 0, + rotation = mismatch + twist ) [for(i = [0 : last]) let(za = rotation * lengths[i] / length)