summaryrefslogtreecommitdiff
path: root/lzf.h
diff options
context:
space:
mode:
authorroot <root>2007-11-13 10:41:52 +0000
committerroot <root>2007-11-13 10:41:52 +0000
commit84e5a8dc51fb7e6e9e6044d9fd100cb91c451c9a (patch)
tree96057f002bf240afeed7d7b0d4696f8db3b34c53 /lzf.h
parent16682590a57fb99f2c80e42302659924db3137b2 (diff)
*** empty log message ***
Diffstat (limited to 'lzf.h')
-rw-r--r--lzf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzf.h b/lzf.h
index 866be77..1b6da21 100644
--- a/lzf.h
+++ b/lzf.h
@@ -60,7 +60,7 @@
* the data uncompressed otherwise.
*
* lzf_compress might use different algorithms on different systems and
- * even diferent runs, thus might result in different compressed strings
+ * even different runs, thus might result in different compressed strings
* depending on the phase of the moon or similar factors. However, all
* these strings are architecture-independent and will result in the
* original data when decompressed using lzf_decompress.