From 211dcfc2c0cab49e292e423681b8ee8c54a5a781 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:49:34 +0300 Subject: [PATCH] Update env.rs --- helix-stdx/src/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-stdx/src/env.rs b/helix-stdx/src/env.rs index b3f46c25f..48c040814 100644 --- a/helix-stdx/src/env.rs +++ b/helix-stdx/src/env.rs @@ -146,7 +146,7 @@ fn expand_impl(src: &OsStr, mut resolve: impl FnMut(&OsStr) -> Option) } } -/// performs substitution of enviorment variables. Supports the following (POSIX) syntax: +/// performs substitution of environment variables. Supports the following (POSIX) syntax: /// /// * `$`, `${}` /// * `${:-}`, `${-}`