From aebc6b2a67ad3d1a126c8550db6f75dd019b5829 Mon Sep 17 00:00:00 2001 From: Tammer Saleh Date: Fri, 16 Feb 2024 19:49:52 -0800 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ab9254..38d03a1 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ A comparison of `stagex` to other distros in some of the areas we care about: ### Reproducibility The only way to produce trustworthy packages is to make sure no single system -or human is every trusted in the process of compiling them. Everything we +or human is ever trusted in the process of compiling them. Everything we release must be built deterministically. Further to avoid trusting any specific distro or platform, we must be able to reproduce even from wildly different toolchains, architectures, kernels, etc.