From 239753068ed471ed8bb3c6eb938401037db7f6c9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 12 Oct 2012 19:53:25 +0200 Subject: [PATCH] Lizard: Fixed a typo ("occured" -> "occurred') --- ucw/lizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2