Skip to content

Commit

Permalink
*: spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 14, 2019
1 parent 0fddd55 commit 2a93236
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ bash-completion (2.8)
* mkdir: Complete files without appending space
* __load_completion: Load "xspec" completions dynamically too
* __load_completion: Code cleanup
* _avaiable_interfaces: Get rid of eval
* _available_interfaces: Get rid of eval
* make: Pass script to sed as parameter instead of using process
substitution
* ccze: New completion
Expand Down
2 changes: 1 addition & 1 deletion completions/tar
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ __tar_try_list_archive()
__tar_cleanup_prev()
{
if [[ "$prev" =~ ^-[a-zA-Z0-9?]*$ ]]; then
# transformate '-caf' ~> '-f'
# transform '-caf' ~> '-f'
prev="-$(__tar_last_char "$prev")"
fi
}
Expand Down
2 changes: 1 addition & 1 deletion test/t/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class CompletionResult:

def __init__(self, output: str, items: Optional[Iterable[str]] = None):
"""
When items are specified, they are used as the base for comparisions
When items are specified, they are used as the base for comparisons
provided by this class. When not, regular expressions are used instead.
This is because it is not always possible to unambiguously split a
completion output string into individual items, for example when the
Expand Down

0 comments on commit 2a93236

Please sign in to comment.