diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-02-24 23:53:07 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-02-24 23:53:07 +0000 |
| commit | 54d06533f3d8d73d9369206f7f5be71351cfbcf3 (patch) | |
| tree | 108f8c5cd35682381a2b900ee79c2e62ba41c78b /libdraw | |
| parent | eaee8c58eb8bffb0d1752a55d275f7bc044b4a37 (diff) | |
20110224-2351
Diffstat (limited to 'libdraw')
| -rw-r--r-- | libdraw/computil.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |
