summaryrefslogtreecommitdiffstats
path: root/src/posix/environment_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/posix/environment_posix.c')
-rw-r--r--src/posix/environment_posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix/environment_posix.c b/src/posix/environment_posix.c
index 0dd9358..32a1c8d 100644
--- a/src/posix/environment_posix.c
+++ b/src/posix/environment_posix.c
@@ -59,7 +59,7 @@ append_var(ZixAllocator* const allocator,
return append_str(allocator, dst_len, dst, ref_len, ref);
}
-// Copy a variable reference string like $NAME to a null-termianted string
+// Copy a variable reference string like $NAME to a null-terminated string
static char*
set_ref(ZixAllocator* const allocator,
char** const buffer,