mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
typos
This commit is contained in:
@ -35,7 +35,7 @@ pub const Location = enum {
|
|||||||
arena_alloc,
|
arena_alloc,
|
||||||
.{ .subdir = subdir },
|
.{ .subdir = subdir },
|
||||||
) catch |err| {
|
) catch |err| {
|
||||||
// We need to do some comptime trick sot get the right
|
// We need to do some comptime tricks to get the right
|
||||||
// error set since some platforms don't support some
|
// error set since some platforms don't support some
|
||||||
// error types.
|
// error types.
|
||||||
const Error = @TypeOf(err) || switch (builtin.os.tag) {
|
const Error = @TypeOf(err) || switch (builtin.os.tag) {
|
||||||
|
Reference in New Issue
Block a user