From 54d06533f3d8d73d9369206f7f5be71351cfbcf3 Mon Sep 17 00:00:00 2001 From: forsyth Date: Thu, 24 Feb 2011 23:53:07 +0000 Subject: 20110224-2351 --- libdraw/computil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdraw') diff --git a/libdraw/computil.c b/libdraw/computil.c index 3ec103b8..aa1f1ad8 100644 --- a/libdraw/computil.c +++ b/libdraw/computil.c @@ -2,7 +2,7 @@ #include "draw.h" /* - * compressed data are seuences of byte codes. + * compressed data are sequences of byte codes. * if the first byte b has the 0x80 bit set, the next (b^0x80)+1 bytes * are data. otherwise, it's two bytes specifying a previous string to repeat. */ -- cgit v1.2.3