From 01d6c96c2a1b75f4480e997a5531faa9c91d8330 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 27 May 2019 13:07:52 -0700 Subject: [PATCH] spelling --- io/bufio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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