Skip to content

Commit 0dc0f92

Browse files
committed
Fix typo in zsh _cargo completions
1 parent 5a5fe12 commit 0dc0f92

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)