fix: fix typo

This commit is contained in:
utox39
2025-03-23 23:01:46 +01:00
parent 43d0752991
commit 1d989a1919

View File

@@ -1,6 +1,6 @@
const std = @import("std"); 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`. /// Uses the environment variable `USER`.
/// The caller is responsible for freeing the allocated memory. /// The caller is responsible for freeing the allocated memory.
pub fn getUsername(allocator: std.mem.Allocator) ![]u8 { pub fn getUsername(allocator: std.mem.Allocator) ![]u8 {