diff --git a/io/bufio.ts b/io/bufio.ts index 3d63258fb52d0..e925cbb9335a2 100644 --- a/io/bufio.ts +++ b/io/bufio.ts @@ -293,7 +293,7 @@ export class BufReader implements Reader { * being valid at the next read. * * If `readSlice()` encounters an error before finding a delimiter, or the - * buffer fills without finding a delimimiter, it throws an error with a + * buffer fills without finding a delimiter, it throws an error with a * `partial` property that contains the entire buffer. * * If `readSlice()` encounters the end of the underlying stream and there are