More typos found by codespell (#14880)

This commit is contained in:
Dimitri Papadopoulos Orfanos 2024-12-09 23:47:34 +01:00 committed by GitHub
parent 533e8a6ee6
commit 64944f2cf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -656,7 +656,7 @@ where
let elements = buffer.elements();
let recorded = if self.start > elements.len() {
// May happen if buffer was rewinded.
// May happen if buffer was rewound.
&[]
} else {
&elements[self.start..]