shithub: opusfile

Download patch

ref: ff5df051704894e4f0bc61552e08eb113b08328b
parent: a3ce13a4f57995c576c46751f8d2332fe05f3e20
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Sun Jun 26 11:04:07 EDT 2016

Minor comment typo fix.

--- a/src/http.c
+++ b/src/http.c
@@ -2779,7 +2779,7 @@
     Otherwise, we'd need a _pnext pointer if we needed to close the connection,
      and re-opening it would re-organize the lists.*/
   OP_ASSERT(_stream->lru_head==_conn);
-  /*We should have filterd out empty reads by this point.*/
+  /*We should have filtered out empty reads by this point.*/
   OP_ASSERT(_buf_size>0);
   pos=_conn->pos;
   end_pos=_conn->end_pos;