From 4acbdbc03865211c488192749166869e380dc633 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 6 Sep 2024 09:23:31 -0700 Subject: [PATCH] typos --- src/crash/sentry_envelope.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crash/sentry_envelope.zig b/src/crash/sentry_envelope.zig index 69dab398c..805faafe0 100644 --- a/src/crash/sentry_envelope.zig +++ b/src/crash/sentry_envelope.zig @@ -417,7 +417,7 @@ pub const ObjectMapUnmanaged = std.StringArrayHashMapUnmanaged(std.json.Value); /// The options we must use for serialization. const json_opts: std.json.StringifyOptions = .{ - // This is the default but I want to be explicit beacuse its + // This is the default but I want to be explicit because its // VERY important for the correctness of the envelope. This is // the only whitespace type in std.json that doesn't emit newlines. // All JSON headers in the envelope must be on a single line.