mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:47:35 +00:00
Everywhere: Fix a variety of typos
Spelling fixes found by `codespell`.
This commit is contained in:
parent
63c727a4a3
commit
d0a1775369
30 changed files with 38 additions and 38 deletions
|
@ -16,7 +16,7 @@ fn(a) { echo $a }
|
|||
if not test "$(fn 1)" = 1 { fail cannot invoke "'fn 1'" with explicit names }
|
||||
if not test "$(fn 1 2)" = 1 { fail cannot invoke "'fn 1 2'" with explicit names and extra arguments }
|
||||
|
||||
# FIXME: Reenable this when we have something akin to 'try'
|
||||
# FIXME: Re-enable this when we have something akin to 'try'
|
||||
# or when not-enough-args isn't a hard failure.
|
||||
# Can it fail?
|
||||
# if fn 2>/dev/null {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue