sha1_file: typofix
[gitweb.git] / sha1_file.c
index 889fe7183065ae8bc12821aadebb69a17bc7635c..ee06d99f262998899f0ed94ea9568f868e7b1746 100644 (file)
@@ -1308,7 +1308,7 @@ static void *unpack_sha1_rest(z_stream *stream, void *buffer, unsigned long size
                /*
                 * The above condition must be (bytes <= size), not
                 * (bytes < size).  In other words, even though we
-                * expect no more output and set avail_out to zer0,
+                * expect no more output and set avail_out to zero,
                 * the input zlib stream may have bytes that express
                 * "this concludes the stream", and we *do* want to
                 * eat that input.