fix: typo fixes
Some checks failed
Release / Release (push) Has been cancelled

Signed-off-by: Michael Rosenfeld <michael@rosesecurity.com>
This commit is contained in:
Michael Rosenfeld 2026-05-26 12:06:07 -04:00 committed by Nikolai Mishin
commit 3f263a968c
3 changed files with 3 additions and 3 deletions

View file

@ -360,7 +360,7 @@ getopt() {
}
_getopt_resolve_abbrev() {
# Resolves an abbrevation from a list of possibilities.
# Resolves an abbreviation from a list of possibilities.
# If the abbreviation is unambiguous, echoes the expansion on stdout
# and returns 0. If the abbreviation is ambiguous, prints a message on
# stderr and returns 1. (For first parse this should convert to exit