From 78fc36d72ad0e4865abd557ceab81744489b4abf Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Clark" Date: Sat, 6 Dec 2025 17:05:26 -0500 Subject: [PATCH] Fix typo in evergreen config comment --- .evergreen/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 42e5f2b1..b9562fc1 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -39,7 +39,7 @@ functions: # Applies the submitted patch, if any # Deprecated. Should be removed. But still needed for certain agents (ZAP) - command: git.apply_patch - # Make an evergreen exapanstion file with dynamic values + # Make an evergreen expansion file with dynamic values - command: subprocess.exec params: include_expansions_in_env: ["is_patch", "version_id", "project"]