From 1d989a191971eea68f5fd8725d839492356a9e5d Mon Sep 17 00:00:00 2001 From: utox39 Date: Sun, 23 Mar 2025 23:01:46 +0100 Subject: [PATCH] fix: fix typo --- src/macos/user.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macos/user.zig b/src/macos/user.zig index 1df4055..659f220 100644 --- a/src/macos/user.zig +++ b/src/macos/user.zig @@ -1,6 +1,6 @@ const std = @import("std"); -/// Returns the current logged-in uesr's username. +/// Returns the current logged-in user's username. /// Uses the environment variable `USER`. /// The caller is responsible for freeing the allocated memory. pub fn getUsername(allocator: std.mem.Allocator) ![]u8 {