Fix typos and spelling errors across codebase (#156270)

Corrected various spelling mistakes such as 'occurred', 'receiver',
'initialized', 'length', and others in comments, variable names,
function names, and documentation throughout the project. These
changes improve code readability and maintain consistency in naming
and documentation.

Co-authored-by: Louis Dionne <ldionne.2@gmail.com>
GitOrigin-RevId: e6cdfb75ac88719c3bb6f3cab17ec0c8a781a34f
diff --git a/tests/backtrace.cpp b/tests/backtrace.cpp
index 6a84a2a..129fd23 100644
--- a/tests/backtrace.cpp
+++ b/tests/backtrace.cpp
@@ -86,7 +86,7 @@
   gwp_asan::AllocationMetadata Meta;
   Meta.AllocationTrace.RecordBacktrace(
       [](uintptr_t *TraceBuffer, size_t Size) -> size_t {
-        // Need to inintialise the elements that will be packed.
+        // Need to initialize the elements that will be packed.
         memset(TraceBuffer, 0u, Size * sizeof(*TraceBuffer));
 
         // Indicate that there were more frames, and we just didn't have enough