Misc. codespell findings (#1628)

This commit is contained in:
John Kerl 2024-08-25 17:40:57 -04:00 committed by GitHub
parent 1015f18e7b
commit 73e2117b43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 28 additions and 28 deletions

View file

@ -53,7 +53,7 @@ package cli
// o Default is to auto-unflatten at output.
// o There is a --no-auto-unflatten for those who want it.
//
// * Overrriding these: if the last verb the user has explicitly provided is
// * Overriding these: if the last verb the user has explicitly provided is
// flatten, don't undo that by putting an unflatten right after.
//
// ================================================================