X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Flizard.c;h=d819a96b78f235b79989fbc0f7ffaafe655d06a8;hb=de636dbe4e9fb2c1f4d29de203d9ff2528206afc;hp=56d653df4b103ef206c21164bebbb509fd496f1e;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/ucw/lizard.c b/ucw/lizard.c index 56d653df..d819a96b 100644 --- a/ucw/lizard.c +++ b/ucw/lizard.c @@ -295,7 +295,7 @@ lizard_decompress(const byte *in, byte *out) /* Requires out being allocated for the decompressed length must be known * beforehand. It is desirable to lock the following memory page for * read-only access to prevent buffer overflow. Returns the actual - * decompressed length or a negative number when an error has occured. */ + * decompressed length or a negative number when an error has occurred. */ { byte *out_start = out; uns expect_copy_command = 1;