about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2023-05-22T22·34+0200
committerclbot <clbot@tvl.fyi>2023-05-23T12·43+0000
commit01e8fa65294b5ff8438e1abc0e70e9fe7e2da05c (patch)
tree4a2ebe5f158e8b378727d272d7323793b026e09b
parent8f199c65df3cd63e1b0c3990540af9fe0c402f1d (diff)
chore(tvix/website): fix spelling mistake r/6183
Change-Id: Id1b2287bebef3384676f89817030c0a00f8d5935
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8622
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: flokli <flokli@flokli.de>
-rw-r--r--tvix/website/landing-en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/website/landing-en.md b/tvix/website/landing-en.md
index 5620800d92..d95320f11c 100644
--- a/tvix/website/landing-en.md
+++ b/tvix/website/landing-en.md
@@ -14,7 +14,7 @@ There are several projects within Tvix, such as:
 
 * `//tvix/eval` - an implementation of the Nix programming language
 * `//tvix/serde` - a Rust library for using the Nix language for config files
-* `//tvix/nix-compat` - a Rust library for compatbility with C++ Nix
+* `//tvix/nix-compat` - a Rust library for compatibility with C++ Nix
   features like encodings and hashing schemes
 * ... and a handful others!