From 91980d9f631b20bb9f44727fc2314196ad4578e5 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:15:34 +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 ee335435e8..b23b24e35d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ is present, `git2` will attempt to dynamically link it. To be more precise, the vendored `libgit2` is linked statically if two conditions both hold: -- The enviornment variable `LIBGIT2_NO_VENDOR=1` is **not** set +- The environment variable `LIBGIT2_NO_VENDOR=1` is **not** set - **and** either a) The Cargo feature `vendored-libgit2` is set or b) an appropriate version of `libgit2` cannot be found on the system.