From 028b861412cee8787b5dfc2051c50a0d1c85dbcb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Jun 2025 11:57:12 -0400 Subject: Fix typo in comment --- src/posix/environment_posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/posix/environment_posix.c') 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, -- cgit v1.2.1