From 1a802ed1b42f4e6c01128ffb20eb6f0ab8711437 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 19 Mar 2023 20:12:26 -0400 Subject: [PATCH] spelling: access Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 0a82ca65..05572e12 100644 --- a/src/options.c +++ b/src/options.c @@ -507,7 +507,7 @@ static bool mi_getenv(const char* name, char* result, size_t result_size) { return (len > 0 && len < result_size); } #elif !defined(MI_USE_ENVIRON) || (MI_USE_ENVIRON!=0) -// On Posix systemsr use `environ` to acces environment variables +// On Posix systemsr use `environ` to access environment variables // even before the C runtime is initialized. #if defined(__APPLE__) && defined(__has_include) && __has_include() #include