Skip to content

Commit d7291f6

Browse files
authored
Merge pull request #29618 from richardsmythe/fix-uncommitted-typo
MAINT: fix typo in cmds.py
2 parents 7f9339b + ddb94ee commit d7291f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)