diff vorbis_enc.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents 2832b65bd37e
children 2b72f9bc4f06
line wrap: on
line diff
--- a/vorbis_enc.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/vorbis_enc.c	Tue Jun 12 09:29:25 2007 +0000
@@ -756,7 +756,7 @@
                     int maxval = 1;
                     if (c->books[l] != -1)
                         maxval = venc->codebooks[c->books[l]].nentries;
-                    // coded could be -1, but this still works, cause thats 0
+                    // coded could be -1, but this still works, cause that is 0
                     if (coded[counter + k] < maxval) break;
                 }
                 assert(l != csub);