We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce5c3a commit 2973d1fCopy full SHA for 2973d1f
pal/src/cruntime/misc.cpp
@@ -555,7 +555,7 @@ void MiscUnsetenv(const char *name)
555
if (memcmp(name, palEnvironment[i], length) == 0)
556
{
557
// Remove this one. Don't free it, though, since
558
- // there might be oustanding references to it that
+ // there might be outstanding references to it that
559
// were acquired via getenv. This is an
560
// unavoidable memory leak.
561
for(j = i + 1; palEnvironment[j] != NULL; j++) { }
0 commit comments