Skip to content

Commit efe6b11

Browse files
committed
Auto merge of #4286 - cbcoutinho:master, r=matklad
Fix typo in zsh _cargo completions None
2 parents 5a5fe12 + 0dc0f92 commit efe6b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/_cargo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ _benchmark_names()
519519
_get_names_from_array "bench"
520520
}
521521

522-
# These flags are mutally exclusive specifiers for the scope of a command; as
522+
# These flags are mutually exclusive specifiers for the scope of a command; as
523523
# they are used in multiple places without change, they are expanded into the
524524
# appropriate command's `_arguments` where appropriate.
525525
set command_scope_spec

0 commit comments

Comments
 (0)