]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/lizard.h
Tests: xtypes-test sets an explicit timezone
[libucw.git] / ucw / lizard.h
index c3141ecc32a03229a3f15571740354bcb35155ec..19af42303e48114bd77cd44894be511f49e94d5d 100644 (file)
@@ -50,7 +50,7 @@
  * every lossless compression algorithm must have an input for which it produces a larger
  * output).
  *
- * Use this to compute the size of @out paramater of @lizard_compress().
+ * Use this to compute the size of @out parameter of @lizard_compress().
  **/
 #define LIZARD_MAX_LEN(LENGTH) ((LENGTH) * LIZARD_MAX_MULTIPLY + LIZARD_MAX_ADD)