Pass "make spell" with updated codespell.
Some checks are pending
CodeQL / Analyze (cpp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
CIFuzz / Fuzzing (push) Waiting to run

This commit is contained in:
Todd C. Miller
2024-04-29 09:19:52 -06:00
parent 195b7c2bc6
commit 27963e39f3
9 changed files with 21 additions and 20 deletions

View File

@@ -474,7 +474,7 @@ sudo_lbuf_print_v1(struct sudo_lbuf *lbuf)
}
done:
lbuf->len = 0; /* reset the buffer for re-use. */
lbuf->len = 0; /* reset the buffer for reuse. */
lbuf->error = 0;
debug_return;