summaryrefslogtreecommitdiff
path: root/src/cairo-lzw.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-01-07 02:08:15 -0500
committerBehdad Esfahbod <behdad@behdad.org>2007-01-07 02:08:15 -0500
commitded08256ef7fdc9e9468342cf5635c5e99d4d64d (patch)
tree2c312f3751aff87243f446068853042c05258f0f /src/cairo-lzw.c
parentcaa3c2e1e7901031488f5dae243a755a4e4daec9 (diff)
downloadcairo-ded08256ef7fdc9e9468342cf5635c5e99d4d64d.tar.gz
Spell check the docs
Diffstat (limited to 'src/cairo-lzw.c')
-rw-r--r--src/cairo-lzw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-lzw.c b/src/cairo-lzw.c
index ac9ef41bd..370d258b5 100644
--- a/src/cairo-lzw.c
+++ b/src/cairo-lzw.c
@@ -230,7 +230,7 @@ _lzw_symbol_table_init (lzw_symbol_table_t *table)
/* Lookup a symbol in the symbol table. The PREV and NEXT fields of
* symbol form the key for the lookup.
*
- * If succesful, then this function returns TRUE and slot_ret will be
+ * If successful, then this function returns TRUE and slot_ret will be
* left pointing at the result that will have the CODE field of
* interest.
*