From fa223b90ad4805f770c3830eefbeb328b82eee15 Mon Sep 17 00:00:00 2001 From: drmortalwombat <90205530+drmortalwombat@users.noreply.github.com> Date: Sun, 1 May 2022 12:59:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa0f43..e05998a 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Embedded data can be compressed during compile time and expanded at runtime usin oscar_expand_lzo(Charset, charset); } -Compression algorithms so far are LZ (lzo) and run lenght (rle). +Compression algorithms so far are LZ (lzo) and run length (rle). ### Console input and output