[xiph-cvs] cvs commit: ogg/src bitwise.c

Segher Boessenkool segher at xiph.org
Wed Mar 28 03:45:34 PST 2001



segher      01/03/28 03:45:34

  Modified:    src      bitwise.c
  Log:
  speling fix

Revision  Changes    Path
1.7       +2 -2      ogg/src/bitwise.c

Index: bitwise.c
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/bitwise.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bitwise.c	2001/02/26 03:49:59	1.6
+++ bitwise.c	2001/03/28 11:45:33	1.7
@@ -11,7 +11,7 @@
  ********************************************************************
 
   function: packing variable sized words into an octet stream
-  last mod: $Id: bitwise.c,v 1.6 2001/02/26 03:49:59 xiphmont Exp $
+  last mod: $Id: bitwise.c,v 1.7 2001/03/28 11:45:33 segher Exp $
 
  ********************************************************************/
 
@@ -385,7 +385,7 @@
   cliptest(testbuffer2,test2size,17,five,fivesize);
   fprintf(stderr,"ok.");
 
-  fprintf(stderr,"\nSingle bit unclicpped packing: ");
+  fprintf(stderr,"\nSingle bit unclipped packing: ");
   cliptest(testbuffer3,test3size,1,six,sixsize);
   fprintf(stderr,"ok.");
 

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list