From 26820388973f368c5e2a46a23b82de855f4979a4 Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Tue, 7 Nov 2023 09:21:25 -0500 Subject: [PATCH] Fix typo Fixing regaurdless to regardless. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4a7ab6..bfa375d 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ In 2020, cesarblum wrote a Forth that fits in a bootsector: ([sectorforth](https In 2021, jart et. al. wrote a Lisp that fits in the bootsector: ([sectorlisp](https://github.com/jart/sectorlisp)) -Naturally, C always needs to come and crash (literally) every low-level systems party regaurdless of whether it was even invited. +Naturally, C always needs to come and crash (literally) every low-level systems party regardless of whether it was even invited. ## Running