summaryrefslogtreecommitdiff
path: root/libdraw
diff options
context:
space:
mode:
Diffstat (limited to 'libdraw')
-rw-r--r--libdraw/computil.c2
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.
*/