diff --git a/src/lib66/environ/env_compute.c b/src/lib66/environ/env_compute.c
index 97f49fd6beb6f2f63c268e806b448857bc7cab41..bd18bb9a2b08bf8b0f7376ce14fc95fdc10253d0 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") ;