apply some spelling fixes from PR #710

This commit is contained in:
Daan Leijen 2023-03-29 16:10:01 -07:00
parent c2a2533fba
commit dd7b99d477
5 changed files with 5 additions and 5 deletions

View file

@ -652,7 +652,7 @@ void _mi_prim_out_stderr( const char* msg ) {
//----------------------------------------------------------------
#if !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(<crt_externs.h>)
#include <crt_externs.h>