From a5d383f503cfd564d131b862e92e148a3cfa9d7c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 13 Dec 2023 01:35:39 +0000 Subject: [PATCH] typo (s/downladed/downloaded) Signed-off-by: Leah Rowe --- site/news/10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/news/10.md b/site/news/10.md index fc2c875..57b476d 100644 --- a/site/news/10.md +++ b/site/news/10.md @@ -932,7 +932,7 @@ The lbmk design is so light because it generalises everything as much as possible. The lbmk design is about 1800 lines of shell script and a couple hundred lines of C; ich9utils is no longer included, because lbmk instead includes the ifd/gbe configs generated by it, directly, and many other utils -are now handled (downladed, patched and compiled) by the shell scripts. So, +are now handled (downloaded, patched and compiled) by the shell scripts. So, the modern lbmk design does/can do everything Paper does/can do, but in 90% fewer lines of code.