]> Repositorios git - scryer-prolog.git/commitdiff
fix spelling again
authorSkgland <[email protected]>
Sun, 24 May 2026 08:30:30 +0000 (10:30 +0200)
committerBennet Bleßmann <[email protected]>
Sun, 24 May 2026 08:30:30 +0000 (10:30 +0200)
src/parser/char_reader.rs

index ee7aa824e7c277a1f3487a28611b8e46b68220b9..af1f0b6af4ced817460c7b504b3973ddbf65f836 100644 (file)
@@ -202,7 +202,7 @@ impl<R: Read> CharRead for CharReader<R> {
                 return Some(Err(bad_bytes_error(buf)));
             }
 
-            // buf is too short to determin if the remaining bytes in buf are a valid char
+            // buf is too short to determine if the remaining bytes in buf are a valid char
             // i.e. the content of buf is a prefix of a valid utf-8 encoded char
             //
             // we need to read more data from the underlying stream