From c08e9f41c024b72c36f8b4cafaf53a046184a2c9 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sun, 18 Dec 2022 12:15:24 -0700 Subject: Fix typo Signed-off-by: Mats Wichmann --- SCons/Util/envs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCons/Util/envs.py b/SCons/Util/envs.py index 9acfe4a..963c963 100644 --- a/SCons/Util/envs.py +++ b/SCons/Util/envs.py @@ -4,7 +4,7 @@ """Various SCons utility functions -Routines for working with environemnts and construction variables +Routines for working with environments and construction variables that don't need the specifics of Environment. """ -- cgit v0.12