summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-22 10:25:02 -0400
committerRalph Giles <giles@thaumas.net>2018-10-09 13:37:51 -0700
commit529ec790cfba8b846f7e1d7603c22fc352ce2504 (patch)
tree6f3a579ee92d120515f75fef8f4558960b670770 /src
parentbc82844df068429d209e909da47b1f730b53b689 (diff)
downloadogg-git-529ec790cfba8b846f7e1d7603c22fc352ce2504.tar.gz
Misc. typos
Found via `codespell -q 3` Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'src')
-rw-r--r--src/framing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/framing.c b/src/framing.c
index d127ec4..4f4f363 100644
--- a/src/framing.c
+++ b/src/framing.c
@@ -373,9 +373,9 @@ static int ogg_stream_flush_i(ogg_stream_state *os,ogg_page *og, int force, int
}else{
/* The extra packets_done, packet_just_done logic here attempts to do two things:
- 1) Don't unneccessarily span pages.
+ 1) Don't unnecessarily span pages.
2) Unless necessary, don't flush pages if there are less than four packets on
- them; this expands page size to reduce unneccessary overhead if incoming packets
+ them; this expands page size to reduce unnecessary overhead if incoming packets
are large.
These are not necessary behaviors, just 'always better than naive flushing'
without requiring an application to explicitly request a specific optimized