Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddb94ee

Browse files
author
Richard Smythe
committed
MAINT: fix typo in cmds.py
1 parent db5bd74 commit ddb94ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.spin/cmds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def bench(ctx, tests, compare, verbose, quick, commits, build_dir):
455455
] + bench_args
456456
_run_asv(cmd)
457457
else:
458-
# Ensure that we don't have uncommited changes
458+
# Ensure that we don't have uncommitted changes
459459
commit_a, commit_b = [_commit_to_sha(c) for c in commits]
460460

461461
if commit_b == 'HEAD' and _dirty_git_working_dir():

0 commit comments

Comments
 (0)