aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/computil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdraw/computil.c')
-rw-r--r--src/libdraw/computil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdraw/computil.c b/src/libdraw/computil.c
index 30a3d11e..b1dc2999 100644
--- a/src/libdraw/computil.c
+++ b/src/libdraw/computil.c
@@ -3,7 +3,7 @@
#include <draw.h>
/*
- * compressed data are seuences of byte codes.
+ * compressed data are seuences 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.
*/