From 1bf5ea02ffb4567b4715027f62689253ad33d4ca Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Thu, 1 Jun 2023 20:26:44 +1100 Subject: [PATCH] typo fix --- src/lib66/environ/env_compute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib66/environ/env_compute.c b/src/lib66/environ/env_compute.c index 97f49fd6..bd18bb9a 100644 --- a/src/lib66/environ/env_compute.c +++ b/src/lib66/environ/env_compute.c @@ -78,7 +78,7 @@ int env_compute(stralloc *result, resolve_service_t *res) } if (!auto_stra(result, \ - "## [STARTWARN]\n## DO NOT MODIFY THIS FILE, IT OVERWRITTEN AT UPGRADE TIME.\n## Uses \'66-env ", \ + "## [STARTWARN]\n## DO NOT MODIFY THIS FILE, IT OVERWRITTEN AT UPGRADE TIME.\n## Uses \'66 environ ", \ name,"\' command instead.\n## Or make a copy of this file at ", src, "/", name, \ " and modify it.\n## [ENDWARN]\n", res->sa.s + res->environ.env)) log_warnu_return(LOG_EXIT_ZERO,"stralloc") ; -- GitLab