From 217621af6c774d131af2e252ee5f6472700c7d38 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 02:46:35 +0000 Subject: [PATCH] spelling: available --- src/BuildUtil/CoreUtil/ZLib.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BuildUtil/CoreUtil/ZLib.cs b/src/BuildUtil/CoreUtil/ZLib.cs index c4ce95fc..86a2c0fc 100644 --- a/src/BuildUtil/CoreUtil/ZLib.cs +++ b/src/BuildUtil/CoreUtil/ZLib.cs @@ -4915,7 +4915,7 @@ namespace CoreUtil.Internal { if ((z.avail_in == 0) && (!nomoreinput)) { - // if buffer is empty and more input is avaiable, refill it + // if buffer is empty and more input is available, refill it z.next_in_index = 0; z.avail_in = SupportClass.ReadInput(in_Renamed, buf, 0, bufsize); //(bufsize