From 65f77ff63fc61f773b975e4456d43a8dd8a68100 Mon Sep 17 00:00:00 2001 From: udaykiriti Date: Thu, 14 May 2026 18:33:40 +0530 Subject: [PATCH] [src][librc] small typo - replaced 'enviroment' to 'environment' Signed-off-by: udaykiriti --- src/librc/rc.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in index 2477474a7..98e1ec49b 100644 --- a/src/librc/rc.h.in +++ b/src/librc/rc.h.in @@ -394,7 +394,7 @@ struct rc_environ { size_t size, count; }; -/*! Sets the shared enviroment for 'service'. +/*! Sets the shared environment for 'service'. * @param service name * @param null terminated environment variable array in NAME=VALUE format. * @return true on success, false on IO error. */